Linked Questions

10 votes
2 answers
9k views

In aws-sdk v2 for javascript, we instantiate s3 client using: var s3 = new AWS.S3({ accessKeyId: 'YOUR-ACCESSKEYID' , secretAccessKey: 'YOUR-SECRETACCESSKEY' , ...
juztcode's user avatar
  • 1,433
1 vote
5 answers
9k views

Several questions and answers on SO and elsewhere have outlined possible solutions for resolving the SignatureDoesNotMatch error thrown when calling 'generate_presigned_url' from the boto3 SDK. Few ...
Joshua Wolff's user avatar
  • 3,479
3 votes
1 answer
8k views

I am trying to upload a video to an S3 bucket using the API interface, I followed the presigned URL procedure, here is my lambda function that returns the presigned URL (it returns the presigned url ...
John Doe's user avatar
  • 107
3 votes
1 answer
13k views

I got this error when I sent an HTTP post request for uploading files directly from the browser to the AWS s3 bucket. I think the problem is with calculating signature and I am not sure what data/...
sushanth's user avatar
1 vote
2 answers
7k views

I've looked at some other posts and tried to replicate what they've done, but none of them seem to be running into the same issue I am. Basically, I'm trying to store the list of keys from a S3 bucket ...
huskermdl's user avatar
1 vote
1 answer
5k views

I am trying to get an object from my bucket but I always get the "signature does not match" error. I got my signature generation function from AWS sample code so I am sure that this works. I ...
user1506104's user avatar
  • 7,126
1 vote
1 answer
2k views

I am using AWS S3 service to upload images. Yesterday I updated the SDK v1 to v2 and found that the image upload is failing with the following error: operation error S3: PutObject, https response ...
Amandeep kaur's user avatar
1 vote
2 answers
4k views

I'm following the example guide to send email using python and am getting an error that says "The request signature we calculated does not match the signature you provided. Check your AWS Secret ...
jaredad7's user avatar
  • 1,060
2 votes
1 answer
2k views

I am trying to get list of object in an S3 bucket using AWS SDK for Java version 2. Getting following exception: software.amazon.awssdk.services.s3.model.S3Exception: The request signature we ...
Kuldeep Jain's user avatar
  • 8,638
1 vote
1 answer
2k views

My Front-end is a Nativescript-Vue app. Backend is Rails. I'm getting a presigned url from the rrails server and using that to send a put request on the client side to do an image upload. I've ...
Ayudh's user avatar
  • 1,765
1 vote
1 answer
1k views

My application used to use AWS JavaScript SDK v2. In this version I could have a bucket name with slashes. The pattern of this bucket name is: <bucket_name>//. Essentially mocking a folder ...
lordoku's user avatar
  • 1,262
0 votes
2 answers
1k views

I've trying to connect to amazon api for a week now. I've got stuck in this error and after readig the doc several times I can't realize which is the problem. Here is my code: # Copyright Amazon.com, ...
ChalsBP's user avatar
  • 88
2 votes
1 answer
1k views

I've attempted all solutions (that appear to make sense) from: AWS The request signature we calculated does not match the signature you provided. Check your key and signing method And I looked through ...
CamHart's user avatar
  • 4,355
0 votes
0 answers
1k views

i have been having a problem for almost 3 months I am using the react-s3 lib to upload files to AWS S3. I need to provide my bucket name, id and pw (normal). It used to work fine but since about June ...
cocoenjeux's user avatar
2 votes
1 answer
960 views

I'm struggling to debug a NextJS API that is working in development (via localhost) but is silently failing in production. Below, the two console.log statements are not returning, so I suspect that ...
WΔ_'s user avatar
  • 1,259

15 30 50 per page