add artifacts:direct_upload back

that was removed at: 9ec381b3ef (diff-c23ee6433bb041af815df0457df129d0L175)
This commit is contained in:
orvice 2020-06-01 02:04:16 +08:00 committed by Niclas Mietz
parent 9b612b8a07
commit e2d7d726f5

View File

@ -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: