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 2022/03/24 05:07:06 UTC

[iceberg] branch master updated (b1c40df -> ea8bbe7)

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 b1c40df  AWS: Add LakeFormation credential support for GlueCatalog (#4280)
     add ea8bbe7  AWS: Add support for s3 access points (#4334)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/iceberg/aws/AwsIntegTestUtil.java   |  67 +++++++++++++
 .../iceberg/aws/s3/TestS3FileIOIntegration.java    | 104 +++++++++++++++++++++
 .../iceberg/aws/AssumeRoleAwsClientFactory.java    |   8 ++
 .../org/apache/iceberg/aws/AwsClientFactories.java |   4 +
 .../java/org/apache/iceberg/aws/AwsProperties.java |  29 ++++++
 .../LakeFormationAwsClientFactory.java             |   1 +
 .../java/org/apache/iceberg/aws/s3/S3FileIO.java   |   4 +-
 .../org/apache/iceberg/aws/s3/S3InputFile.java     |   3 +-
 .../org/apache/iceberg/aws/s3/S3OutputFile.java    |   3 +-
 .../main/java/org/apache/iceberg/aws/s3/S3URI.java |  23 ++++-
 .../java/org/apache/iceberg/aws/s3/TestS3URI.java  |  15 +++
 build.gradle                                       |   1 +
 12 files changed, 256 insertions(+), 6 deletions(-)