Skip to content

S3 Providers

s3:
endpoint: "https://s3.amazonaws.com"
region: "us-east-1"
bucket: "my-bucket"
path_style: false
acl: "public-read"
use_presigned_url: false
public_url_base: "https://cdn.example.com"
s3:
endpoint: "https://<accountid>.r2.cloudflarestorage.com"
region: "auto"
path_style: true
acl: "private"
public_url_base: "https://packs.example.com"
s3:
endpoint: "https://minio.example.com"
region: "us-east-1"
bucket: "itemsadder"
path_style: true
acl: "public-read"
public_url_base: "https://cdn.example.com/itemsadder"
s3:
path_scheme: "itemsadder/{uid}/{date}/{file}"

Supported placeholders: {uid}, {file}, {name}, {ext}, {date}, {ts}.