use it
# add to stunt.yaml
services:
aws-s3:
adapter: embedded:aws-s3-style
# then
$ stunt upThe 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}