Skip to content

1408 - S3 Config

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

maml
{
  bucket: "underpants-uploads"
  region: "ap-southeast-1"
  endpoint: "https://s3.us-east-1.amazonaws.com"

  access_key: "MOZPBTKPJ3WGF55LUAXA"
  secret_key: "hWzlAS0fMf09BYe81MjYiwek1umoZGaWQhpzBaPA"

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

See Also