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 2021/12/10 17:37:21 UTC

[iceberg] branch master updated (565724f -> d24e123)

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 565724f  Core: ensure Kryo serializability of MetricsConfig (#3702)
     add d24e123  AWS: support S3FileIO alternative endpoint and credentials (#3658)

No new revisions were added by this update.

Summary of changes:
 .../iceberg/aws/TestDefaultAwsClientFactory.java   | 57 +++++++++++++++++++++
 .../iceberg/aws/AssumeRoleAwsClientFactory.java    |  8 ++-
 .../org/apache/iceberg/aws/AwsClientFactories.java | 59 +++++++++++++++++++---
 .../java/org/apache/iceberg/aws/AwsProperties.java | 34 +++++++++++++
 .../apache/iceberg/aws/TestAwsClientFactories.java | 35 +++++++++++++
 5 files changed, 185 insertions(+), 8 deletions(-)
 create mode 100644 aws/src/integration/java/org/apache/iceberg/aws/TestDefaultAwsClientFactory.java