devinrsmith opened a new issue, #14575:
URL: https://github.com/apache/iceberg/issues/14575

   ### Apache Iceberg version
   
   1.10.0 (latest release)
   
   ### Query engine
   
   None
   
   ### Please describe the bug 🐞
   
   The "service configuration" applied to the S3Client is not applied to the 
S3AsyncClient in 
`org.apache.iceberg.aws.AwsClientFactories.DefaultAwsClientFactory`. This was 
noticed because `s3.path-style-access` does not seem to work for the 
S3AsyncClient.
   
   The configurable bits from 
`org.apache.iceberg.aws.s3.S3FileIOProperties#applyServiceConfigurations` 
includes dualstackEnabled, crossRegionAccessEnabled, pathStyleAccessEnabled, 
useArnRegionEnabled, and accelerateModeEnabled, all which seem to be applicable 
for `S3AsyncClientBuilder` (and at least some, applicable to 
`S3CrtAsyncClientBuilder`, but did not dig deeper into that side of things).
   
   Similar to #13131
   
   ### Willingness to contribute
   
   - [x] I can contribute a fix for this bug independently
   - [ ] I would be willing to contribute a fix for this bug with guidance from 
the Iceberg community
   - [ ] I cannot contribute a fix for this bug at this time


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to