Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessio Caiazza <acaiazza@gitlab.com>2018-04-27 17:15:45 +0300
committerAlessio Caiazza <acaiazza@gitlab.com>2018-04-27 17:15:45 +0300
commit5794b1caf6656d2e4f583e8499751c48ac1f26e4 (patch)
tree50aca4feb365e77982af87e4f339e2305c3fa79a /config/gitlab.yml.example
parentc45b7ab597b5fa2bf48fa0f181e4d58a2c0b3a09 (diff)
Fix example config miss-alignment in uploads.object_store.connection
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example18
1 files changed, 9 insertions, 9 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index a292be79a00..6aad8e93dcc 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -184,18 +184,18 @@ production: &base
# base_dir: uploads/-/system
object_store:
enabled: false
- # remote_directory: uploads # Bucket name
+ remote_directory: uploads # Bucket name
# direct_upload: false # Use Object Storage directly for uploads instead of background uploads if enabled (Default: false)
# background_upload: false # Temporary option to limit automatic upload (Default: true)
# proxy_download: false # Passthrough all downloads via GitLab instead of using Redirects to Object Storage
- connection:
- provider: AWS
- aws_access_key_id: AWS_ACCESS_KEY_ID
- aws_secret_access_key: AWS_SECRET_ACCESS_KEY
- region: us-east-1
- # host: 'localhost' # default: s3.amazonaws.com
- # endpoint: 'http://127.0.0.1:9000' # default: nil
- # path_style: true # Use 'host/bucket_name/object' instead of 'bucket_name.host/object'
+ connection:
+ provider: AWS
+ aws_access_key_id: AWS_ACCESS_KEY_ID
+ aws_secret_access_key: AWS_SECRET_ACCESS_KEY
+ region: us-east-1
+ # host: 'localhost' # default: s3.amazonaws.com
+ # endpoint: 'http://127.0.0.1:9000' # default: nil
+ # path_style: true # Use 'host/bucket_name/object' instead of 'bucket_name.host/object'
## GitLab Pages
pages: