pdeva opened a new pull request, #828:
URL: https://github.com/apache/arrow-rs-object-store/pull/828

   S3 Express endpoints currently omit the `dualstack` label. In IPv6-only 
environments, both session creation and zonal object requests therefore resolve 
only IPv4 addresses and fail to connect.
   
   This change centralizes S3 Express endpoint construction and uses the AWS 
dual-stack hostname:
   
   ```
   https://{bucket}.s3express-{zone}.dualstack.{region}.amazonaws.com
   ```
   
   The same endpoint feeds both the internal session credential provider and 
the zonal data client.
   
   Validation:
   
   - `cargo fmt --all -- --check`
   - `cargo test -p object_store --features aws test_s3_express_endpoint`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to