-
Notifications
You must be signed in to change notification settings - Fork 254
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
command: add --request-payer flag #383
Conversation
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 your contribution.
Some of the storage operations ( Select()
, Put()
, Delete()
etc.) do not use request-payer
option. Could you add this option to all S3 operations/functions?
@sonmezonur thanks for looking into this, I have added |
@Kirill888 LGTM. Could you add an example for the usage of this option? Similar to examples in ls command |
1284842
to
39e4235
Compare
@Kirill888 could you resolve conflicts in your branch? |
Sorry, 9d49411 is merged before and caused conflict. Could you rebase again? :) |
allow access to requester pays buckets, issue peak#297
allow access to requester pays buckets, issue #297