Skip to content
Snippets Groups Projects
Commit e0b1b68c authored by Chris Wilson's avatar Chris Wilson
Browse files

Include region in S3 configuration

parent 12e9df32
No related branches found
No related tags found
1 merge request!5896Include region in S3 configuration
Pipeline #
Loading
Loading
@@ -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'
}
}
```
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment