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

Missing support for anonymous querying of public buckets #101

Open
iSWORD opened this issue Dec 16, 2024 · 0 comments
Open

Missing support for anonymous querying of public buckets #101

iSWORD opened this issue Dec 16, 2024 · 0 comments

Comments

@iSWORD
Copy link

iSWORD commented Dec 16, 2024

The AWS CLI has the option --no-sign-request to skip loading credentials so that one can query a public bucket anonymously.

S3p doesn't seem to support this option.

Example

image

sudo rm -f .aws/credentials
# this works
aws s3api list-objects-v2 --bucket sfuploads --region eu-west-1 --no-sign-request --no-paginate | head
# this throws a CredentialsProviderError
s3p ls --bucket sfuploads --region eu-west-1 --no-sign-request
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

No branches or pull requests

1 participant