Certain operations not working with S3-compatible backend #4202
Labels
bug
This issue is a confirmed bug.
p2
This is a standard priority issue
response-requested
Waiting on additional information or feedback.
third-party
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
The text was updated successfully, but these errors were encountered: