From 0556e2a32cbb49d907274993eb0a47d96893304b Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 16 Feb 2020 19:15:04 -0800 Subject: [PATCH] add: AWS_S3_ACL to app.json --- app.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app.json b/app.json index 62ebb91dd..864209ef7 100644 --- a/app.json +++ b/app.json @@ -112,6 +112,11 @@ "description": "Region in which the above S3 bucket exists", "required": false }, + "AWS_S3_ACL": { + "value": "private", + "description": "S3 canned ACL for document attachments", + "required": false + }, "SMTP_HOST": { "description": "smtp.example.com (optional)", "required": false