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
January 1, 2025Less than 1 minute