Relative Content

Tag Archive for amazon-web-servicesamazon-s3

aws s3 ls: getting SignatureDoesNotMatch error

When I try to run aws s3 ls to see the list of my buckets, i am getting the following error in my ACL: An error occurred (SignatureDoesNotMatch) when calling the ListBuckets operation: The request signature we calculated does not match the signature you provided. Check your key and signing method.

shared folders in aws s3

In AWS amplify Gen 2, when I upload a file to S3, it creates a new folder if I used different cognito users. I am using react native expo. I want all users to upload to the same folder how do I configure this?

How to make queries using S3 select faster?

I’m using S3 select to query my csv files in S3 but i notice it takes long time (1s>) to retrieve a single record. I was wondering if I can plug an another AWS service with this to speed up my queries. I’d like some code sample as I’m new to AWS