You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by ja...@apache.org on 2023/05/04 21:13:14 UTC

[iceberg] branch master updated (db3800d3c4 -> c0253429d2)

This is an automated email from the ASF dual-hosted git repository.

jackye pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


    from db3800d3c4 AWS: Add finalizer to S3FileIO (#7513)
     add c0253429d2 AWS: Move all S3FileIO related properties into a separate class S3FileIOProperties (#7505)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iceberg/aws/AwsProperties.java | 431 ++++++++++++--
 .../apache/iceberg/aws/s3/S3FileIOProperties.java  | 653 +++++++++++++++++++++
 .../iceberg/aws/s3/TestS3FileIOProperties.java     | 397 +++++++++++++
 build.gradle                                       |   3 +
 4 files changed, 1433 insertions(+), 51 deletions(-)
 create mode 100644 aws/src/main/java/org/apache/iceberg/aws/s3/S3FileIOProperties.java
 create mode 100644 aws/src/test/java/org/apache/iceberg/aws/s3/TestS3FileIOProperties.java