Commit 81cdca45 authored by Stan Hu's avatar Stan Hu

Merge branch 'xiaogang-doc-patch-234' into 'master'

Update object_storage.md to fix the object store connection using iam

See merge request gitlab-org/gitlab!42165
parents 5dea2792 76ede335
......@@ -118,7 +118,7 @@ See the section on [ETag mismatch errors](#etag-mismatch) for more details.
AWS access key and secret access key/value pairs. For example:
```ruby
gitlab_rails['object_store_connection'] = {
gitlab_rails['object_store']['connection'] = {
'provider' => 'AWS',
'region' => '<eu-central-1>',
'use_iam_profile' => true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment