S3

Use the s3 storage type to create and access a store using AWS S3open in new window or any compatible object storage (such as MinIOopen in new window).

Example

scrt init --storage=s3 \
          --password=p4ssw0rd \
          --s3-bucket-name=scrt-bucket \
          --s3-key=/store.scrt

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.

Last Updated:
Contributors: Charles Francoise