Back to Providers
AWS S3
Amazon S3 object storage emulator
CloudawsstorageREST XMLv0.2.0
Quick Start
# Create a bucket curl -X PUT http://localhost:7500/aws/s3/my-bucket # Upload an object curl -X PUT http://localhost:7500/aws/s3/my-bucket/hello.txt \ -H "Content-Type: text/plain" -d "Hello FakeStack!" # List buckets curl http://localhost:7500/aws/s3