Fix typo in doc/administration/job_artifacts.md

Originally submitted at
https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6879.

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Charles Salmon 2018-08-11 03:20:59 +00:00 committed by Rémy Coutable
parent 7a57e8f368
commit d0fb5308d1
No known key found for this signature in database
GPG Key ID: 98DFFD1C0C62B70B
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ _The artifacts are stored by default in
remote_directory: "artifacts" # The bucket name
connection:
provider: AWS # Only AWS supported at the moment
aws_access_key_id: AWS_ACESS_KEY_ID
aws_access_key_id: AWS_ACCESS_KEY_ID
aws_secret_access_key: AWS_SECRET_ACCESS_KEY
region: eu-central-1
```