This is an automated email from the ASF dual-hosted git repository.
dweeks pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git
from 9faf4311d7 Spec: Add DV information in overview (#13189)
add f60591f9e9 AWS: Prevent excessive creation of auth sessions in
S3V4RestSignerClient (#13215)
No new revisions were added by this update.
Summary of changes:
.palantir/revapi.yml | 6 ++
.../iceberg/aws/s3/signer/TestS3RestSigner.java | 9 ++-
.../aws/s3/signer/S3V4RestSignerClient.java | 64 +++++++++---------
.../aws/s3/signer/TestS3V4RestSignerClient.java | 9 +++
.../org/apache/iceberg/rest/auth/AuthManager.java | 6 +-
.../apache/iceberg/rest/auth/OAuth2Manager.java | 46 +++++++++++++
.../iceberg/rest/auth/TestOAuth2Manager.java | 75 ++++++++++++++++++++++
7 files changed, 179 insertions(+), 36 deletions(-)