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:
authorJon Keys <jon.keys@gmail.com>2017-03-01 00:30:58 +0300
committerJon Keys <jon.keys@gmail.com>2017-03-01 00:30:58 +0300
commit7a7ec1ac0f742753d7acfacb7b7913ebbaf81558 (patch)
tree952643b24757862b41b0c2e194140ef4efc6a144 /config/gitlab.yml.example
parent261f5a68edc37eca25b9f49f2d3d75261bd794a7 (diff)
Add storage class configuration option for Amazon S3 remote backups
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r--config/gitlab.yml.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index a82ff605a70..fdd28b13eff 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -483,6 +483,8 @@ production: &base
# multipart_chunk_size: 104857600
# # Turns on AWS Server-Side Encryption with Amazon S3-Managed Keys for backups, this is optional
# # encryption: 'AES256'
+ # # Specifies Amazon S3 storage class to use for backups, this is optional
+ # # storage_class: 'STANDARD'
## GitLab Shell settings
gitlab_shell: