-
Notifications
You must be signed in to change notification settings - Fork 3k
Docs : add s3 access-point documentation #4391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs : add s3 access-point documentation #4391
Conversation
anuragmantri
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks for making the change.
@jackye1995 - Are we still adding docs changes to the main Iceberg repo? I remember a discussion in dev list on moving this out.
docs/integrations/aws.md
Outdated
| ### S3 Access Points | ||
|
|
||
| [Access Points](https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html) can be used for operating | ||
| s3 objects from the specified bucket, against which access-point was mapped. This is useful for multi-region access, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @singhpk234 for working on this. It is really helpful. Wondering if we can elaborate more on how multi-region access is enabled by this feature. I assume we just need to clarify that one access point can access multiple buckets cross-regions. For the below example, we can add a spark-sql config with the different bucket name and the same access point, so that user can understand better how it works.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume we just need to clarify that one access point can access multiple buckets cross-regions. For the below example, we can add a spark-sql config with the different bucket name and the same access point, so that user can understand better how it works.
Makes sense, have made the changes, Thanks @flyrain :) !!!
ccbebc2 to
b19661a
Compare
b19661a to
504305f
Compare
504305f to
516826d
Compare
516826d to
fb77e63
Compare
jackye1995
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the work!
Adds documentation for using s3 access-points :
slack thread : https://apache-iceberg.slack.com/archives/C025PH0G1D4/p1645066803099319
cc @rdblue, @jackye1995, @rajarshisarkar, @anuragmantri