There was an error while loading. Please reload this page.
1 parent 310f0d9 commit acf6e8bCopy full SHA for acf6e8b
1 file changed
website/modules/@apostrophecms/uploadfs/index.js
@@ -9,7 +9,7 @@ const uploadfsOptions = {
9
storage: 's3',
10
bucket: getEnv('APOS_S3_BUCKET'),
11
region: getEnv('APOS_S3_REGION'),
12
- acl: process.env.APOS_S3_ACL || null,
+ acl: 'private',
13
cdn: {
14
enabled: true,
15
url: getEnv('APOS_CDN_URL'),
0 commit comments