From f9915efa5ea0714178fc60d11a0d5434e7b1e600 Mon Sep 17 00:00:00 2001 From: Doug Luce Date: Tue, 15 Mar 2022 08:57:12 -0700 Subject: Make object storage ACL configurable Override this value to allow uploads to non-public S3 buckets. Otherwise "AccessDenied: Access Denied" errors will end up in the log. Fixes #4850 --- support/docker/production/config/custom-environment-variables.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'support/docker') diff --git a/support/docker/production/config/custom-environment-variables.yaml b/support/docker/production/config/custom-environment-variables.yaml index 32552964d..9c84428b7 100644 --- a/support/docker/production/config/custom-environment-variables.yaml +++ b/support/docker/production/config/custom-environment-variables.yaml @@ -66,6 +66,7 @@ object_storage: bucket_name: "PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_BUCKET_NAME" prefix: "PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_PREFIX" base_url: "PEERTUBE_OBJECT_STORAGE_STREAMING_PLAYLISTS_BASE_URL" + upload_acl: "PEERTUBE_OBJECT_STORAGE_UPLOAD_ACL" videos: bucket_name: "PEERTUBE_OBJECT_STORAGE_VIDEOS_BUCKET_NAME" -- cgit v1.2.3