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

russellspitzer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/main by this push:
     new 3247964c88 Spec: Add cross-region bucket access property to config 
(#11260)
3247964c88 is described below

commit 3247964c88dbc95e1bbf4da8c39f9a5d9cf950fa
Author: S N Munendra <[email protected]>
AuthorDate: Mon Jan 13 22:00:02 2025 +0530

    Spec: Add cross-region bucket access property to config (#11260)
---
 open-api/rest-catalog-open-api.py   | 1 +
 open-api/rest-catalog-open-api.yaml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/open-api/rest-catalog-open-api.py 
b/open-api/rest-catalog-open-api.py
index d63e9bfe54..280f1ad8f6 100644
--- a/open-api/rest-catalog-open-api.py
+++ b/open-api/rest-catalog-open-api.py
@@ -1218,6 +1218,7 @@ class LoadTableResult(BaseModel):
      - `s3.secret-access-key`: secret for credentials that provide access to 
data in S3
      - `s3.session-token`: if present, this value should be used for as the 
session token
      - `s3.remote-signing-enabled`: if `true` remote signing should be 
performed as described in the `s3-signer-open-api.yaml` specification
+     - `s3.cross-region-access-enabled`: if `true`, S3 Cross-Region bucket 
access is enabled
 
     ## Storage Credentials
 
diff --git a/open-api/rest-catalog-open-api.yaml 
b/open-api/rest-catalog-open-api.yaml
index a154ce97b5..aeeb655522 100644
--- a/open-api/rest-catalog-open-api.yaml
+++ b/open-api/rest-catalog-open-api.yaml
@@ -3198,6 +3198,7 @@ components:
          - `s3.secret-access-key`: secret for credentials that provide access 
to data in S3 
          - `s3.session-token`: if present, this value should be used for as 
the session token 
          - `s3.remote-signing-enabled`: if `true` remote signing should be 
performed as described in the `s3-signer-open-api.yaml` specification
+         - `s3.cross-region-access-enabled`: if `true`, S3 Cross-Region bucket 
access is enabled
 
         ## Storage Credentials
 

Reply via email to