diff options
author | Deniz Zoeteman <dzoeteman@saa.nl> | 2018-09-20 22:25:03 +0200 |
---|---|---|
committer | Deniz Zoeteman <dzoeteman@saa.nl> | 2018-09-20 22:25:03 +0200 |
commit | e9402d4894a178b2baf698c548ba0389701574a5 (patch) | |
tree | 214a10345d68469e5f082663fb21212483d9f72f /doc/administration/uploads.md | |
parent | c2da94187d506e03289a5851b576caa36eb2d4ca (diff) | |
download | gitlab-ce-e9402d4894a178b2baf698c548ba0389701574a5.tar.gz |
Add Fog use_iam_profile option to docs
Diffstat (limited to 'doc/administration/uploads.md')
-rw-r--r-- | doc/administration/uploads.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/administration/uploads.md b/doc/administration/uploads.md index 467deb43644..ce83da16067 100644 --- a/doc/administration/uploads.md +++ b/doc/administration/uploads.md @@ -86,6 +86,7 @@ The connection settings match those provided by [Fog](https://github.com/fog), a | `host` | S3 compatible host for when not using AWS, e.g. `localhost` or `storage.example.com` | s3.amazonaws.com | | `endpoint` | Can be used when configuring an S3 compatible service such as [Minio](https://www.minio.io), by entering a URL such as `http://127.0.0.1:9000` | (optional) | | `path_style` | Set to true to use `host/bucket_name/object` style paths instead of `bucket_name.host/object`. Leave as false for AWS S3 | false | +| `use_iam_profile` | Set to true to use IAM profile instead of access keys | false **In Omnibus installations:** |