s3tools / s3cmd

Official s3cmd repo -- Command line tool for managing S3 compatible storage services (including Amazon S3 and CloudFront).
https://s3tools.org/s3cmd
GNU General Public License v2.0
4.61k stars 906 forks source link

Is signurl not using v4 signature? #765

Open seanthingee opened 8 years ago

seanthingee commented 8 years ago

I've attempted to use server-side encryption on an object and it appears that s3cmd isn't providing a v4 signature when creating a signed url. AWS complains with "Requests specifying Server Side Encryption with AWS KMS managed keys require AWS Signature Version 4.".

I'm issuing this command to generate the url: s3cmd signurl s3://bucket/object +3600

Or am I doing it wrong? Version 1.6.1 installed via homebrew.

Thanks

fviard commented 8 years ago

Support for signurl with signature v4 is not yet implemented. Note that it should not be too hard to do a patch to add it I guess, as the signature v4 for request is already implemented.

rsaporta commented 7 years ago

+1

RyanHoldren commented 7 years ago

+1

alfredocambera commented 6 years ago

+1