S
S3
official ● signeddoze/s3 S3-compatible object storage built into doze — declare buckets (with versioning) and point any AWS SDK or the aws CLI at the instance endpoint. No Docker, no JVM, no LocalStack; it boots in milliseconds.
Usage
Drop it in doze.hcl and run doze up.
doze.hcl
s3 "media" {
bucket "uploads" {}
bucket "thumbs" {
versioning = true
}
}
Configuration
Arguments and nested blocks the engine accepts.
bucket"<name>" { }
nested block · repeatableA bucket to create on boot.
| Name | Type | Default | Description |
|---|---|---|---|
| versioning | bool | false | Enable object versioning on the bucket. |