Skip to content

Add support for Unsigned Requests#177

Open
VarunWachaspati wants to merge 2 commits intobloomreach:masterfrom
VarunWachaspati:no_sign_request
Open

Add support for Unsigned Requests#177
VarunWachaspati wants to merge 2 commits intobloomreach:masterfrom
VarunWachaspati:no_sign_request

Conversation

@VarunWachaspati
Copy link
Copy Markdown

@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