oakad commented on issue #974:
URL: https://github.com/apache/iceberg-go/issues/974#issuecomment-4369059057
Thank you for a prompt assistance.
On a related note, to access the catalog, I had to use the following options:
```
rest.WithSigV4RegionSvc("us-east-1", "s3tables"),
rest.WithAwsConfig(cfg),
```
Will it make sense to provide a canned option for s3 table bucket access, so
that users don't have to figure out the sigv4 service name "s3tables" and don't
have to specify the region explicitly on top of the AWS config?
--
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]