akshayakp97 opened a new pull request, #7505: URL: https://github.com/apache/iceberg/pull/7505
This PR moves all `S3FileIO` related properties into separate class, `S3FileIOProperties`. Breaking down this refactor work into multiple PRs. First, create `S3FileIOProperties` class which will be the source of truth for all `S3FileIO` related properties. `TestS3FileIOProperties.java` includes new test cases + lift-and-shift from `TestAwsProperties.class` All the code that makes references to these fields in `AwsProperties.java` will be updated in a future PR. -- 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]
