Skip to content

Commit acf6e8b

Browse files
committed
acl private
1 parent 310f0d9 commit acf6e8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • website/modules/@apostrophecms/uploadfs

website/modules/@apostrophecms/uploadfs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const uploadfsOptions = {
99
storage: 's3',
1010
bucket: getEnv('APOS_S3_BUCKET'),
1111
region: getEnv('APOS_S3_REGION'),
12-
acl: process.env.APOS_S3_ACL || null,
12+
acl: 'private',
1313
cdn: {
1414
enabled: true,
1515
url: getEnv('APOS_CDN_URL'),

0 commit comments

Comments
 (0)