S3 Providers
AWS S3
Section titled “AWS S3”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"Cloudflare R2
Section titled “Cloudflare R2”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"Path Scheme
Section titled “Path Scheme”s3: path_scheme: "itemsadder/{uid}/{date}/{file}"Supported placeholders: {uid}, {file}, {name}, {ext}, {date}, {ts}.