Skip to content
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

Filter bucket list to use bucket-region parameter #40

Closed
lusingander opened this issue Oct 23, 2024 · 0 comments · Fixed by #46
Closed

Filter bucket list to use bucket-region parameter #40

lusingander opened this issue Oct 23, 2024 · 0 comments · Fixed by #46
Labels
enhancement New feature or request

Comments

@lusingander
Copy link
Owner

lusingander commented Oct 23, 2024

In #12, we fixed by getting bucket regions individually to filter the list.

However, since the ListBuckets API now supports specifying a region, it looks like this can be used.

https://aws.amazon.com/about-aws/whats-new/2024/10/amazon-s3-new-region-bucket-name-filtering-listbuckets-api

This is already supported by aws-sdk-rust:

https://github.com/awslabs/aws-sdk-rust/releases/tag/release-2024-10-16

So it seems better to fix to use this parameter.

I would like to confirm this, but I cannot test it in the AWS environment right now, and it is not yet supported by localstack, so I cannot confirm it.

@lusingander lusingander added enhancement New feature or request help wanted Extra attention is needed labels Oct 23, 2024
@lusingander lusingander removed the help wanted Extra attention is needed label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant