Getting AccessDenied error using S3 pre-signed POST – Amazon web services
I'm trying to upload a file to S3 via a pre-signed POST, and getting a 403 AccessDenied error when I try to use the generated POST details. I'm generating the pre-signed POST via a Lambda function. The function has an…