mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 07:36:41 +10:00
Add a 'region' to the backup upload connection
This commit is contained in:
@@ -58,6 +58,7 @@ For omnibus packages:
|
||||
```ruby
|
||||
gitlab_rails['backup_upload_connection'] = {
|
||||
'provider' => 'AWS',
|
||||
'region' => 'eu-west-1',
|
||||
'aws_access_key_id' => 'AKIAKIAKI',
|
||||
'aws_secret_access_key' => 'secret123'
|
||||
}
|
||||
@@ -73,6 +74,7 @@ For installations from source:
|
||||
# Fog storage connection settings, see http://fog.io/storage/ .
|
||||
connection:
|
||||
provider: AWS
|
||||
region: eu-west-1
|
||||
aws_access_key_id: AKIAKIAKI
|
||||
aws_secret_access_key: 'secret123'
|
||||
# The remote 'directory' to store your backups. For S3, this would be the bucket name.
|
||||
|
||||
Reference in New Issue
Block a user