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

Include required s3 region and disable redirect

parent a27212ab
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -403,7 +403,11 @@ 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'
},
'redirect' => {
'disable' => true
}
}
```
Loading
Loading
@@ -425,6 +429,7 @@ storage:
accesskey: 'AKIAKIAKI'
secretkey: 'secret123'
bucket: 'gitlab-registry-bucket-AKIAKIAKI'
region: 'your-s3-region'
cache:
blobdescriptor: inmemory
delete:
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