-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ARROW-15165: [Python] Expose function to resolve S3 bucket region #11998
Conversation
Based on PR #11997 |
f679f93
to
62c8d3b
Compare
Also cc @amol- |
@@ -54,6 +54,31 @@ def finalize_s3(): | |||
check_status(CFinalizeS3()) | |||
|
|||
|
|||
def resolve_s3_region(bucket): |
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.
Should we add this to docs/api/filesystems.rst
?
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.
Good point, I'll do it.
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, thanks!
Benchmark runs are scheduled for baseline = 8e4038b and contender = e60e6b0. e60e6b0 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
No description provided.