amazon-s3-url-signer
amazon-s3-url-signer copied to clipboard
Node.js module to create and sign URLs to access private resources on Amazon S3
How can I get an https version of the signed url?
Hi, does it support for region eu-central? Because I dont think it support for v2 Regards
S3 allows GET operations specify [a few parameters](http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectGET.html#RESTObjectGET-requests-request-parameters) but they need to be signed as well. Right now there's no way to specify it with this library.
To avoid wrong URLs with spaces or other not valid URL character. This checking should be done in the library and not outside of this. Check issue #9
Which access key id should be use, I've use fake details and getting below error ``` ERROR: S3 error: 403 (InvalidAccessKeyId): The AWS Access Key Id you provided does not...
When i tried to download file name with space, it throws ``` The request signature we calculated does not match the signature you provided. Check your key and signing method....