summaryrefslogtreecommitdiff
path: root/doc/workflow
diff options
context:
space:
mode:
authorDeniz Zoeteman <dzoeteman@saa.nl>2018-09-20 22:25:03 +0200
committerDeniz Zoeteman <dzoeteman@saa.nl>2018-09-20 22:25:03 +0200
commite9402d4894a178b2baf698c548ba0389701574a5 (patch)
tree214a10345d68469e5f082663fb21212483d9f72f /doc/workflow
parentc2da94187d506e03289a5851b576caa36eb2d4ca (diff)
downloadgitlab-ce-e9402d4894a178b2baf698c548ba0389701574a5.tar.gz
Add Fog use_iam_profile option to docs
Diffstat (limited to 'doc/workflow')
-rw-r--r--doc/workflow/lfs/lfs_administration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/workflow/lfs/lfs_administration.md b/doc/workflow/lfs/lfs_administration.md
index 3f9ffedd61a..444d1483fcc 100644
--- a/doc/workflow/lfs/lfs_administration.md
+++ b/doc/workflow/lfs/lfs_administration.md
@@ -95,6 +95,7 @@ Here is a configuration example with S3.
| `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
Here is a configuration example with GCS.