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

Add support for Unsigned Requests #177

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

VarunWachaspati
Copy link

@VarunWachaspati VarunWachaspati commented Oct 11, 2020

aws-cli and Boto3 both provide an option to fetch S3 objects from
public buckets without explicitly signing the request, using
--no-sign-request flag.

s3cmd doesn't have a similar option as such, but this could be
useful to get started with s4cmd without any setup for public
buckets.

Refactored code to populate boto3 client params to a separate methods,
since there are other open issues to add such similar flags such as
--no-check-certificate.

Fixes #139

aws-cli and Boto3 both provide an option to fetch S3 objects from
public buckets without explicitly signing the request using any
credentials, using --no-sign-request flag.

s3cmd doesn't have a similar option as such, but this could be
useful to get started with s4cmd without any setup for public
buckets.

reference= bloomreach#139
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is there an equivalent s4cmd option that would work like 'aws s3 cp s3:/// --no-sign-request' ?
2 participants