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
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-03-06 20:42:30 +0300
committerRémy Coutable <remy@rymai.me>2017-03-06 20:42:30 +0300
commit8526c9f3c4fc29f544593bcc361409eaf80caafe (patch)
tree68936213d8a8f4cb6af05348e9fb305757c2010c /doc
parent1ad1cdba9693cbdbe96ea3d83789f06b9898c6d3 (diff)
parent7a7ec1ac0f742753d7acfacb7b7913ebbaf81558 (diff)
Merge branch 'backup_storage_class' into 'master'
Add storage class configuration option for Amazon S3 remote backups See merge request !9599
Diffstat (limited to 'doc')
-rw-r--r--doc/raketasks/backup_restore.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md
index 96ec1b178b6..65fcfc77ab1 100644
--- a/doc/raketasks/backup_restore.md
+++ b/doc/raketasks/backup_restore.md
@@ -159,6 +159,8 @@ For installations from source:
remote_directory: 'my.s3.bucket'
# 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'
```
If you are uploading your backups to S3 you will probably want to create a new