← all adapters

aws-s3-style

simulates Amazon S3 API 2006-03-01

restadapter v0.1.06 routes

use it

# add to stunt.yaml
services:
  aws-s3:
    adapter: embedded:aws-s3-style

# then
$ stunt up

The embedded: source extracts this adapter from the binary — no git clone, fully offline.

backing stores

bucketsobjects

routes (6)

GET/{bucket}
PUT/{bucket}
PUT/{bucket}/{key}
GET/{bucket}/{key}
HEAD/{bucket}/{key}
DELETE/{bucket}/{key}