Skip to content
Snippets Groups Projects
Commit 852fa170 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Region is needed for AWS registry storage settings.

parent 1266e266
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -403,7 +403,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' => 'aws-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