Skip to content

Issue with AWS CLI compatibility #21277

@Talador12

Description

@Talador12

Existing documentation URL(s)

What changes are you suggesting?

commands like aws s3api put-object allow for that compatability check-sum, but commands like aws s3api list-buckets do not have that parameter. There needs to be a way to list/get buckets. Listing gives this error:

aws s3api list-buckets --endpoint-url https://EDITED_OUT_FOR_GITHUB_ISSUE.r2.cloudflarestorage.com

An error occurred (AccessDenied) when calling the ListBuckets operation: Access Denied

While the same put-object works without error

aws s3api put-object --endpoint-url https://EDITED_OUT_FOR_GITHUB_ISSUE.r2.cloudflarestorage.com --checksum-algorithm CRC32

Additional information

@Talador12 but [email protected]

Metadata

Metadata

Labels

content:editRequest for content editsdocumentationDocumentation editsproduct:r2R2 object storage: https://developers.cloudflare.com/r2

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions