steveloughran commented on code in PR #15112:
URL: https://github.com/apache/iceberg/pull/15112#discussion_r2720782300
##########
open-api/rest-catalog-open-api.py:
##########
@@ -1304,14 +1337,20 @@ class LoadTableResult(BaseModel):
- `s3.access-key-id`: id for credentials that provide access to the data
in S3
- `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.remote-signing-enabled`: if `true` remote signing should be
performed as described in the `RemoteSignRequest` schema section of this spec
document.
Review Comment:
you can actually do google GCS cloud access via its s3 gateway; same signing
algorithm, just a few different settings to change listing version, endpoint, &c
https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/third_party_stores.md#google-cloud-storage-through-the-s3a-connector
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]