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
I have set useVirtualAddressing to false when initializing S3CrtClient, but in logs I see that bucket name is prefixed to endpoint. I'm using Ceph S3 and path looks like https://****/{bucket}/{file_path}
Expected Behavior
Aws::Endpoint::DefaultEndpointProvider [139729996415488] Endpoint rules engine evaluated the endpoint: https://{endpoint}/{bucket}
Current Behavior
Aws::Endpoint::DefaultEndpointProvider [139729996415488] Endpoint rules engine evaluated the endpoint: https:/{bucket}.{endpoint}
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Describe the bug
I have set
useVirtualAddressing
tofalse
when initializingS3CrtClient
, but in logs I see that bucket name is prefixed to endpoint. I'm using Ceph S3 and path looks like https://****/{bucket}/{file_path}Expected Behavior
Aws::Endpoint::DefaultEndpointProvider [139729996415488] Endpoint rules engine evaluated the endpoint: https://{endpoint}/{bucket}
Current Behavior
Aws::Endpoint::DefaultEndpointProvider [139729996415488] Endpoint rules engine evaluated the endpoint: https:/{bucket}.{endpoint}
Reproduction Steps
Possible Solution
No response
Additional Information/Context
No response
AWS CPP SDK version used
1.11.79
Compiler and Version used
GCC 12.1.0
Operating System and version
Ubuntu 22.04.2
The text was updated successfully, but these errors were encountered: