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?