Closed rkoo19 closed 4 months ago
Thanks for reaching out. Can you reproduce the issue using just Boto3/Botocore and not aistore? If so, please share your full debug logs by adding boto3.set_stream_logger('')
to your script. Otherwise this may be an issue with aistore that would need to be addressed on their end. We cannot guarantee compatibility with third-party software in cases like this.
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
Hi,
I am closing this issue because an outdated dependency caused a KeyError in the redirection logic. Updating the dependency resolved the issue.
Thank you!
This issue is now closed. Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one.
Describe the bug
Hi, new to using Boto3 and would appreciate any help I can get. I am using AIStore, an S3-compatible object store and using a botocore patch.
The error message suggests that the endpoint URL is not being correctly propagated for certain operations like download_file and get_object. Given that list_objects_v2 works correctly, I am unsure if the configuration is correct but might not be applied consistently.
Thanks in advance.
Expected Behavior
Expected client object to behave same way for
list_objects_v2
anddownload_file
in regards to handling S3 endpoint URL.Current Behavior
download_file
fails without being able to connect to endpoint URL.Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
SDK version used
2.7.21
Environment details (OS name and version, etc.)
Ubuntu 22.04