S3
Use the s3
storage type to create and access a store using AWS S3 or any compatible object storage (such as MinIO).
Example
scrt init --storage=s3 \
--password=p4ssw0rd \
--s3-bucket-name=scrt-bucket \
--s3-key=/store.scrt
TIP
scrt
uses your AWS configuration (config files, environment variables) if available.
Options
--s3-bucket-name
(required): the name of the bucket to save to store to
--s3-key
(required): the key to the store object
--s3-region
: set the region for the S3 bucket
--s3-endpoint-url
: when using an S3-compatible object storage other than AWS, scrt
requires the URL of the S3 API endpoint.