-
Notifications
You must be signed in to change notification settings - Fork 62
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
S3: really call version 2 in list_objects_v2
#317
Conversation
bors try |
tryBuild failed: |
bors try |
🔒 Permission denied Existing reviewers: click here to make laborg a reviewer |
bors try |
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.
LGTM, just a few minor things, thank you for making this PR!
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.
Two minor changes and it's good to go!
Co-authored-by: mattBrzezinski <matt.brzezinski@invenia.ca>
Co-authored-by: mattBrzezinski <matt.brzezinski@invenia.ca>
bors r+ |
317: S3: really call version 2 in `list_objects_v2` r=mattBrzezinski a=laborg Fixes #316 by only using S3 escape rules for the path. - With this I can properly use the continuation token for paginated results. - I don't know enough about minio to know if the added tests are suitable to detect a regression. - URIs.jl has been added as an dependency, but I feel that this will sooner or later be the case anyway. Co-authored-by: Gerhard Aigner <gerhard.aigner@gmail.com>
Thanks for steering this PR. I really like your work on AWS.jl. |
bors r+ |
Fixes #316 by only using S3 escape rules for the path.