Local Stack - S3 Operation
January 1, 2025Less than 1 minute
Basic Operation
Create S3 Bucket
awslocal s3 mb s3://test-bucket
aws s3 --endpoint-url http://localhost:4566 mb s3://bucket1
List all Buckets
awslocal s3api list-buckets
aws s3 --endpoint-url http://localhost:4566 ls
Reference
LocalStack 101: Getting started
LocalStack - Docs - Getting Started