Skip to main content
Storage plugin · listing tai42/storage-s3

Install

Permissions

Provides

s3

Storage — Storage backend serving text, binary, and media content over an S3 bucket. Backs stored content with any S3-compatible bucket, including MinIO. Select it in the manifest:
manifest.yml

Configuration

Leave the key pair unset to fall through to the AWS credential chain — an instance profile, IRSA, or ~/.aws/credentials.

Bucket policy

The bucket policy needs s3:GetObject, s3:PutObject, s3:DeleteObject, and s3:ListBucket on the bucket and its contents. The driver’s HeadObject probes fall under s3:GetObject and its multi-object delete under s3:DeleteObject; it makes no other calls.

Quirks

Text templates are stored with content type application/jinja2, so a stat on one reports that rather than a text/* type.

See also