Skip to content

Commit e2d7d72

Browse files
orvicesolidnerd
authored andcommitted
add artifacts:direct_upload back
that was removed at: 9ec381b#diff-c23ee6433bb041af815df0457df129d0L175
1 parent 9b612b8 commit e2d7d72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/runtime/config/gitlabhq/gitlab.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ production: &base
219219
object_store:
220220
enabled: {{GITLAB_ARTIFACTS_OBJECT_STORE_ENABLED}}
221221
remote_directory: {{GITLAB_ARTIFACTS_OBJECT_STORE_REMOTE_DIRECTORY}} # The bucket name
222+
direct_upload: {{GITLAB_ARTIFACTS_OBJECT_STORE_DIRECT_UPLOAD}} # Set to true to enable direct upload of Artifacts without the need of local shared storage.
222223
background_upload: {{GITLAB_ARTIFACTS_OBJECT_STORE_BACKGROUND_UPLOAD}} # Temporary option to limit automatic upload (Default: true)
223224
proxy_download: {{GITLAB_ARTIFACTS_OBJECT_STORE_PROXY_DOWNLOAD}} # Passthrough all downloads via GitLab instead of using Redirects to Object Storage
224225
connection:

0 commit comments

Comments
 (0)