|
@@ -263,7 +263,7 @@ export COMPANION_AWS_USE_ACCELERATE_ENDPOINT="false"
|
|
|
# to set X-Amz-Expires query param in presigned urls (in seconds, default: 300)
|
|
|
export COMPANION_AWS_EXPIRES="300"
|
|
|
# to set a canned ACL for uploaded objects: https://docs.aws.amazon.com/AmazonS3/latest/dev/acl-overview.html#canned-acl
|
|
|
-export COMPANION_AWS_ACL="public-read"
|
|
|
+export COMPANION_AWS_ACL="private"
|
|
|
|
|
|
# corresponds to the server.oauthDomain option
|
|
|
export COMPANION_OAUTH_DOMAIN="sub.domain.com"
|
|
@@ -333,7 +333,7 @@ const options = {
|
|
|
region: 'us-east-1',
|
|
|
useAccelerateEndpoint: false, // default: false,
|
|
|
expires: 3600, // default: 300 (5 minutes)
|
|
|
- acl: 'private', // default: public-read
|
|
|
+ acl: 'private', // default: none
|
|
|
},
|
|
|
server: {
|
|
|
host: 'localhost:3020', // or yourdomain.com
|