Skip to content

Question: how to not sign request? #422

@bart1

Description

@bart1

For some buckets it is desirable to not sign request (e.g. noaa-nexrad-level2). On the command line this can be done using --no-sign-request. aws.s3 does a good attempt to retrieve credentials, meaning if I have credentials in the .aws directory it tries to sign the request, resulting in a failure to retrieve data. Is there a way in the package to explicitly not sign requests?

On the command line for me this fails:
aws s3 ls --recursive s3://noaa-nexrad-level2/2010/01/01/TJUA/
While this works:
aws s3 ls --no-sign-request --recursive s3://noaa-nexrad-level2/2010/01/01/TJUA/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions