From e2d7d726f5530d5d0343cd0ef985e762a47513f3 Mon Sep 17 00:00:00 2001 From: orvice Date: Mon, 1 Jun 2020 02:04:16 +0800 Subject: [PATCH] add artifacts:direct_upload back that was removed at: https://github.com/sameersbn/docker-gitlab/commit/9ec381b3ef46bcca6b693330c6c97d8854521f3d#diff-c23ee6433bb041af815df0457df129d0L175 --- assets/runtime/config/gitlabhq/gitlab.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/runtime/config/gitlabhq/gitlab.yml b/assets/runtime/config/gitlabhq/gitlab.yml index 7f9b6140..4f549a03 100644 --- a/assets/runtime/config/gitlabhq/gitlab.yml +++ b/assets/runtime/config/gitlabhq/gitlab.yml @@ -219,6 +219,7 @@ production: &base object_store: enabled: {{GITLAB_ARTIFACTS_OBJECT_STORE_ENABLED}} remote_directory: {{GITLAB_ARTIFACTS_OBJECT_STORE_REMOTE_DIRECTORY}} # The bucket name + direct_upload: {{GITLAB_ARTIFACTS_OBJECT_STORE_DIRECT_UPLOAD}} # Set to true to enable direct upload of Artifacts without the need of local shared storage. background_upload: {{GITLAB_ARTIFACTS_OBJECT_STORE_BACKGROUND_UPLOAD}} # Temporary option to limit automatic upload (Default: true) proxy_download: {{GITLAB_ARTIFACTS_OBJECT_STORE_PROXY_DOWNLOAD}} # Passthrough all downloads via GitLab instead of using Redirects to Object Storage connection: