serverlessS3Upload icon indicating copy to clipboard operation
serverlessS3Upload copied to clipboard

changes to make work in 2018

Open DontCallMeLarry opened this issue 7 years ago • 0 comments

  1. queryString is no longer required. Instead use the parameter event.queryStringParameters directly without parsing

  2. ContentType is not an allowed parameter for getSignedURL, just delete it

https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#getSignedUrl-property

DontCallMeLarry avatar Feb 22 '18 05:02 DontCallMeLarry