-
Notifications
You must be signed in to change notification settings - Fork 24
Filter bucket list by region #13
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 by region #13
Conversation
lusingander
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 fixing! I’ve left a few minor comments.
If you want I can get the locations in parallell.
I agree that reducing the number of requests corresponding to the number of buckets is an improvement we should consider. However, I don't think it needs to be addressed in this pull request.
In practice, bucket names are unique, and regions rarely change, so I think it's acceptable to cache this information.
|
Thank you for the review! I'll hopefully take a look at it tonight or tomorrow :) |
You want me to take a shot at implementing this? |
You don't necessarily have to address this issue. But if you'd like to take it on, you are welcome to do so. |
Okay great, I'd like to 👍 |
|
Thank you! |
Fixes #12
If you want I can get the locations in parallell. I'm a complete novice in Rust so there are probably ways of writing this neater as well!