Include region in S3 configuration

This commit is contained in:
Chris Wilson 2016-08-19 12:51:49 +00:00
parent 12e9df3270
commit e0b1b68c3a
1 changed files with 2 additions and 1 deletions

View File

@ -406,7 +406,8 @@ To configure the storage driver in Omnibus:
's3' => {
'accesskey' => 's3-access-key',
'secretkey' => 's3-secret-key-for-access-key',
'bucket' => 'your-s3-bucket'
'bucket' => 'your-s3-bucket',
'region' => 'your-s3-region'
}
}
```