You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Instead of a / after the bucket name S3Downloader.list() adds \\ when constructing the URI under Windows resulting in an address that looks as follows: s3://bucket_name\\models/output/model.tar.gz
To reproduce
I assume that you have set up your credentials underneath ~/.aws on your Windows machine.
Expected behavior
In contrast, when I execute the Python script above in a SageMaker notebook, everything works as expected and the response looks as follows:
Describe the bug
Instead of a
/
after the bucket nameS3Downloader.list()
adds\\
when constructing the URI under Windows resulting in an address that looks as follows:s3://bucket_name\\models/output/model.tar.gz
To reproduce
I assume that you have set up your credentials underneath
~/.aws
on your Windows machine.C:\examples\s3downlader.py
and modify the S3 URI to test it against your S3 bucket:Expected behavior
In contrast, when I execute the Python script above in a SageMaker notebook, everything works as expected and the response looks as follows:
System information
A description of your system. Please provide:
The text was updated successfully, but these errors were encountered: