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:
authorStan Hu <stanhu@gmail.com>2018-06-29 08:09:19 +0300
committerStan Hu <stanhu@gmail.com>2018-06-29 08:10:59 +0300
commitc9c78b09767a9070856d7d09acb4d25f65d73366 (patch)
tree7472729badb8e0ba94e61475ff228a2752e8a9c9 /doc/workflow/lfs/lfs_administration.md
parentd810e65a18a87c00c7193b2431fdf72546649768 (diff)
Add aws_signature_version to object storage docs
Digital Ocean Spaces currently needs v2 for downloads. Closes #48622
Diffstat (limited to 'doc/workflow/lfs/lfs_administration.md')
-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 8a2f230f505..b1afe2cee42 100644
--- a/doc/workflow/lfs/lfs_administration.md
+++ b/doc/workflow/lfs/lfs_administration.md
@@ -90,6 +90,7 @@ Here is a configuration example with S3.
| `provider` | The provider name | AWS |
| `aws_access_key_id` | AWS credentials, or compatible | `ABC123DEF456` |
| `aws_secret_access_key` | AWS credentials, or compatible | `ABC123DEF456ABC123DEF456ABC123DEF456` |
+| `aws_signature_version` | AWS signature version to use. 2 or 4 are valid options. Digital Ocean Spaces and other providers may need 2. | 4 |
| `region` | AWS region | us-east-1 |
| `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) |