Skip to content

1919 - S3 Config

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

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

  access_key: "BMTUFTXCUVFTEYZ5CCIB"
  secret_key: "lPKwNl3VbWYUwlLOApCOhw1mfRa49ywURsXrMPEk"

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

See Also