Skip to content

1101 - S3 Config

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

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

  access_key: "UGEOHSPDB39RVDFTSOON"
  secret_key: "q7YrLpHxZ1r5vIeGuvUBEELJyhLn114ExdVoyyje"

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

See Also