Commit 8e4df1a6 authored by Suzanne Selhorn's avatar Suzanne Selhorn

Merge branch 'sabrams-master-patch-02188' into 'master'

Update package admin example to include IAM example

See merge request gitlab-org/gitlab!41924
parents 41d63dc3 dff34803
......@@ -122,6 +122,8 @@ We recommend using the [consolidated object storage settings](../object_storage.
#'region' => 'eu-west-1',
#'aws_access_key_id' => 'AWS_ACCESS_KEY_ID',
#'aws_secret_access_key' => 'AWS_SECRET_ACCESS_KEY',
## If an IAM profile is being used with AWS, omit the aws_access_key_id and aws_secret_access_key and uncomment
#'use_iam_profile' => true,
##
## If the provider is other than AWS (an S3-compatible one), uncomment the following
##
......
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