diff options
author | Jon Keys <jon.keys@gmail.com> | 2017-02-28 16:30:58 -0500 |
---|---|---|
committer | Jon Keys <jon.keys@gmail.com> | 2017-02-28 16:30:58 -0500 |
commit | 7a7ec1ac0f742753d7acfacb7b7913ebbaf81558 (patch) | |
tree | 952643b24757862b41b0c2e194140ef4efc6a144 /config/gitlab.yml.example | |
parent | 261f5a68edc37eca25b9f49f2d3d75261bd794a7 (diff) | |
download | gitlab-ce-7a7ec1ac0f742753d7acfacb7b7913ebbaf81558.tar.gz |
Add storage class configuration option for Amazon S3 remote backups
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 2 |
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: |