DEV Community

Discussion on: How to fake AWS locally with LocalStack

Collapse
 
elmentecato profile image
elmentecato • Edited

I had to add
s3BucketEndpoint: true
to the AWS.S3({ }) config in aws.js to make it work.