aws / aws-cli

Universal Command Line Interface for Amazon Web Services
Other
15.55k stars 4.13k forks source link

Support --sse-c for `s3 presign` command #8831

Open tmccombs opened 3 months ago

tmccombs commented 3 months ago

Describe the feature

It currently isn't possible to create a presigned url using SSE-C wilth the aws cli, because the aws s3 presign command doesn't have an equivalent of the --sse-c option.

Use Case

I want to use the cli to generate a signed url for an s3 object that is signed using SSE-C

Proposed Solution

Add --sse-c flags to allow signing a url with an SSE-C key.

Other Information

No response

Acknowledgements

CLI version used

2.17.20

Environment details (OS name and version, etc.)

Ubuntu 24.04

tim-finnigan commented 3 months ago

Thanks for the feature request, after bringing this up with the team they agreed that this seems reasonable. We can continue tracking here, and others can add 👍 to show support.