Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-18 11:17:02 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-18 11:17:02 +0300
commitb39512ed755239198a9c294b6a45e65c05900235 (patch)
treed234a3efade1de67c46b9e5a38ce813627726aa7 /doc/administration/uploads.md
parentd31474cf3b17ece37939d20082b07f6657cc79a9 (diff)
Add latest changes from gitlab-org/gitlab@15-3-stable-eev15.3.0-rc42
Diffstat (limited to 'doc/administration/uploads.md')
-rw-r--r--doc/administration/uploads.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/administration/uploads.md b/doc/administration/uploads.md
index 0bd46193d10..2dd8f1ed819 100644
--- a/doc/administration/uploads.md
+++ b/doc/administration/uploads.md
@@ -112,15 +112,15 @@ _The uploads are stored by default in
`/home/git/gitlab/public/uploads`._
1. Edit `/home/git/gitlab/config/gitlab.yml` and add or amend the following
- lines:
+ lines, making sure to use the [appropriate ones for your provider](object_storage.md#connection-settings):
```yaml
uploads:
object_store:
enabled: true
remote_directory: "uploads" # The bucket name
- connection:
- provider: AWS # Only AWS supported at the moment
+ connection: # The lines in this block depend on your provider
+ provider: AWS
aws_access_key_id: AWS_ACCESS_KEY_ID
aws_secret_access_key: AWS_SECRET_ACCESS_KEY
region: eu-central-1