diff options
author | Stan Hu <stanhu@gmail.com> | 2018-06-28 22:09:19 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-06-28 22:10:59 -0700 |
commit | c9c78b09767a9070856d7d09acb4d25f65d73366 (patch) | |
tree | 7472729badb8e0ba94e61475ff228a2752e8a9c9 /doc/administration/uploads.md | |
parent | d810e65a18a87c00c7193b2431fdf72546649768 (diff) | |
download | gitlab-ce-c9c78b09767a9070856d7d09acb4d25f65d73366.tar.gz |
Add aws_signature_version to object storage docs
Digital Ocean Spaces currently needs v2 for downloads.
Closes #48622
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 7f0bd8f04e3..6688181c5a8 100644 --- a/doc/administration/uploads.md +++ b/doc/administration/uploads.md @@ -79,6 +79,7 @@ The connection settings match those provided by [Fog](https://github.com/fog), a | `provider` | Always `AWS` for compatible hosts | AWS | | `aws_access_key_id` | AWS credentials, or compatible | | | `aws_secret_access_key` | AWS credentials, or compatible | | +| `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) | |