#Common Request Headers - Amazon Simple S...
1 messages · Page 1 of 1 (latest)
Is your Lambda including the content type when creating the signed URL?
this is whats given
You may want to send content type in the headers for the GET request, and on the lambda side when you create the pre-signed url, you'll want to include the content type header that was passed in the GET request.
No, I'm happy to!
i was able to figure it out haha, turns out i had a bad header, I appreciate the help though