Skip to content

Missing support for anonymous querying of public buckets #101

@iSWORD

Description

@iSWORD

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions