Skip to content

212 - S3 Config

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

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

  access_key: "JDWUV2IMWXX0VAWLHFCU"
  secret_key: "gA2uHheqqPE5dTY1T12oPofnU101ROA5sT4RD0V6"

  public: false
  versioning: false
  max_upload_size: "478mb"
}

See Also