You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| s3.endpoint |<https://10.0.19.25/>| Configure an alternative endpoint of the S3 service for the FileIO to access. This could be used to use S3FileIO with any s3-compatible object storage service that has a different endpoint, or access a private S3 endpoint in a virtual private cloud. |
107
-
| s3.access-key-id | admin | Configure the static access key id used to access the FileIO. |
108
-
| s3.secret-access-key | password | Configure the static secret access key used to access the FileIO. |
109
-
| s3.session-token | AQoDYXdzEJr... | Configure the static session token used to access the FileIO. |
110
-
| s3.signer | bearer | Configure the signature version of the FileIO. |
107
+
| s3.access-key-id | admin | Configure the static access key id used to access the FileIO. |
108
+
| s3.secret-access-key | password | Configure the static secret access key used to access the FileIO. |
109
+
| s3.session-token | AQoDYXdzEJr... | Configure the static session token used to access the FileIO. |
110
+
| s3.role-session-name | session | An optional identifier for the assumed role session. |
111
+
| s3.role-arn | arn:aws:... | AWS Role ARN. If provided instead of access_key and secret_key, temporary credentials will be fetched by assuming this role. |
112
+
| s3.signer | bearer | Configure the signature version of the FileIO. |
111
113
| s3.signer.uri |<http://my.signer:8080/s3>| Configure the remote signing uri if it differs from the catalog uri. Remote signing is only implemented for `FsspecFileIO`. The final request is sent to `<s3.signer.uri>/<s3.signer.endpoint>`. |
112
-
| s3.signer.endpoint | v1/main/s3-sign | Configure the remote signing endpoint. Remote signing is only implemented for `FsspecFileIO`. The final request is sent to `<s3.signer.uri>/<s3.signer.endpoint>`. (default : v1/aws/s3/sign). |
113
-
| s3.region | us-west-2 | Sets the region of the bucket |
114
+
| s3.signer.endpoint | v1/main/s3-sign | Configure the remote signing endpoint. Remote signing is only implemented for `FsspecFileIO`. The final request is sent to `<s3.signer.uri>/<s3.signer.endpoint>`. (default : v1/aws/s3/sign). |
115
+
| s3.region | us-west-2 | Sets the region of the bucket |
114
116
| s3.proxy-uri |<http://my.proxy.com:8080>| Configure the proxy server to be used by the FileIO. |
@@ -159,7 +161,7 @@ For the FileIO there are several configuration options available:
159
161
| gcs.cache-timeout | 60 | Configure the cache expiration time in seconds for object metadata cache |
160
162
| gcs.requester-pays | False | Configure whether to use requester-pays requests |
161
163
| gcs.session-kwargs | {} | Configure a dict of parameters to pass on to aiohttp.ClientSession; can contain, for example, proxy settings. |
162
-
| gcs.endpoint |<http://0.0.0.0:4443>| Configure an alternative endpoint for the GCS FileIO to access (format protocol://host:port) If not given, defaults to the value of environment variable "STORAGE_EMULATOR_HOST"; if that is not set either, will use the standard Google endpoint. |
164
+
| gcs.service.host|<http://0.0.0.0:4443>| Configure an alternative endpoint for the GCS FileIO to access (format protocol://host:port) If not given, defaults to the value of environment variable "STORAGE_EMULATOR_HOST"; if that is not set either, will use the standard Google endpoint. |
163
165
| gcs.default-location | US | Configure the default location where buckets are created, like 'US' or 'EUROPE-WEST3'. |
164
166
| gcs.version-aware | False | Configure whether to support object versioning on the GCS bucket. |
165
167
@@ -345,7 +347,7 @@ catalog:
345
347
<!-- prettier-ignore-start -->
346
348
347
349
!!! warning "Removed Properties"
348
-
The properties `profile_name`, `region_name`, `botocore_session`, `aws_access_key_id`, `aws_secret_access_key`, and `aws_session_token` were deprecated and removed in 0.8.0
350
+
The properties `profile_name`, `region_name`, `aws_access_key_id`, `aws_secret_access_key`, and `aws_session_token` were deprecated and removed in 0.8.0
349
351
350
352
<!-- prettier-ignore-end -->
351
353
@@ -401,7 +403,7 @@ catalog:
401
403
<!-- prettier-ignore-start -->
402
404
403
405
!!! warning "Removed Properties"
404
-
The properties `profile_name`, `region_name`, `botocore_session`, `aws_access_key_id`, `aws_secret_access_key`, and `aws_session_token` were deprecated and removed in 0.8.0
406
+
The properties `profile_name`, `region_name`, `aws_access_key_id`, `aws_secret_access_key`, and `aws_session_token` were deprecated and removed in 0.8.0
405
407
406
408
<!-- prettier-ignore-end -->
407
409
@@ -438,6 +440,8 @@ configures the AWS credentials for both Glue Catalog and S3 FileIO.
438
440
| client.access-key-id | admin | Configure the static access key id used to access both the Glue/DynamoDB Catalog and the S3 FileIO |
439
441
| client.secret-access-key | password | Configure the static secret access key used to access both the Glue/DynamoDB Catalog and the S3 FileIO |
440
442
| client.session-token | AQoDYXdzEJr... | Configure the static session token used to access both the Glue/DynamoDB Catalog and the S3 FileIO |
443
+
| client.role-session-name | session | An optional identifier for the assumed role session. |
444
+
| client.role-arn | arn:aws:... | AWS Role ARN. If provided instead of access_key and secret_key, temporary credentials will be fetched by assuming this role. |
The `-s` option will sign the commit. If you don't have a key yet, you can find the instructions [here](http://www.apache.org/dev/openpgp.html#key-gen-generate-key). To install gpg on a M1 based Mac, a couple of additional steps are required: <https://gist.github.com/phortuin/cf24b1cca3258720c71ad42977e1ba57>.
85
-
If you have not published your GPG key in [KEYS](https://dist.apache.org/repos/dist/dev/iceberg/KEYS) yet, you must publish it before sending the vote email by doing:
85
+
If you have not published your GPG key in [KEYS](https://downloads.apache.org/iceberg/KEYS) yet, you must publish it before sending the vote email by doing:
86
86
87
87
```bash
88
-
svn co https://dist.apache.org/repos/dist/dev/iceberg icebergsvn
88
+
svn co https://dist.apache.org/repos/dist/release/iceberg icebergsvn
89
89
cd icebergsvn
90
90
echo"">> KEYS # append a newline
91
91
gpg --list-sigs <YOUR KEY ID HERE>>> KEYS # append signatures
@@ -166,7 +166,7 @@ The release tarball, signature, and checksums are here:
0 commit comments