From 41bdc6533bd85cd68b4dbe0e9a02314b6d7124ab Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Sun, 13 Sep 2020 15:09:58 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- doc/administration/object_storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/administration/object_storage.md b/doc/administration/object_storage.md index b83665c51a5..db1c16cb95c 100644 --- a/doc/administration/object_storage.md +++ b/doc/administration/object_storage.md @@ -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' => '', 'use_iam_profile' => true