diff options
author | Richard Hancock <rjhancock@tapenvy.us> | 2018-06-07 14:07:57 +0000 |
---|---|---|
committer | Richard Hancock <rjhancock@tapenvy.us> | 2018-06-07 14:07:57 +0000 |
commit | e5553ce6f05f9fad575036edd321161689eaefaa (patch) | |
tree | 1aafdea8ad638858e6cf2c5e5b969f8bb13fb991 /config | |
parent | efcd52e29cff821c2853e2826517c475542a1d1a (diff) | |
download | gitlab-ce-e5553ce6f05f9fad575036edd321161689eaefaa.tar.gz |
Update gitlab.yml.example
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index f786d763df8..0fc959a915f 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -178,6 +178,7 @@ production: &base # Use the following options to configure an AWS compatible host # host: 'localhost' # default: s3.amazonaws.com # endpoint: 'http://127.0.0.1:9000' # default: nil + # aws_signature_version: 4 # For creation of signed URLs. Set to 2 if provider does not support v4. # path_style: true # Use 'host/bucket_name/object' instead of 'bucket_name.host/object' ## Uploads (attachments, avatars, etc...) |