Skip to content

811 - S3 Config

Object storage bucket configuration. This is an example of a MAML document.

maml
{
  bucket: "sandbar-backups"
  region: "ap-southeast-1"
  endpoint: "https://s3.eu-west-1.amazonaws.com"

  access_key: "GR7WSTHOQRV5HHGUMM77"
  secret_key: "S0L0Dn5m4dSX09ykLet8Ww1TAKIN5SMGxGTpSJJ1"

  public: false
  versioning: true
  max_upload_size: "324mb"
}

See Also