summaryrefslogtreecommitdiff
path: root/doc/administration/uploads.md
diff options
context:
space:
mode:
authorKamil Trzciński (OoO till 3th) <ayufan@ayufan.eu>2018-07-04 09:50:29 +0000
committerKamil Trzciński (OoO till 3th) <ayufan@ayufan.eu>2018-07-04 09:50:29 +0000
commit34694c3afc8e3476f5f070fe1c97aef9119a921b (patch)
tree9a1c90f0bfc37d97aa5675cbfc1748cc0fce0f7d /doc/administration/uploads.md
parentcda22d0780ea9bf598f82f51fffb7c50a4b4b1bc (diff)
parent249c24891a3a54d2fd6b9355244cad4e35d722f7 (diff)
downloadgitlab-ce-34694c3afc8e3476f5f070fe1c97aef9119a921b.tar.gz
Merge branch 'jprovazn-direct-upload' into 'master'
Add workhorse authorize method for project/group uploads Closes #44663 See merge request gitlab-org/gitlab-ce!19717
Diffstat (limited to 'doc/administration/uploads.md')
-rw-r--r--doc/administration/uploads.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/administration/uploads.md b/doc/administration/uploads.md
index 6688181c5a8..85eca403253 100644
--- a/doc/administration/uploads.md
+++ b/doc/administration/uploads.md
@@ -52,6 +52,7 @@ _The uploads are stored by default in
>**Notes:**
- [Introduced][ee-3867] in [GitLab Enterprise Edition Premium][eep] 10.5.
+- Since version 11.1, we support direct_upload to S3.
If you don't want to use the local disk where GitLab is installed to store the
uploads, you can use an object storage provider like AWS S3 instead.
@@ -65,7 +66,7 @@ For source installations the following settings are nested under `uploads:` and
|---------|-------------|---------|
| `enabled` | Enable/disable object storage | `false` |
| `remote_directory` | The bucket name where Uploads will be stored| |
-| `direct_upload` | Set to true to enable direct upload of Uploads without the need of local shared storage. Option may be removed once we decide to support only single storage for all files. This is beta option as it uses inefficient way of uploading data (via Unicorn). The accelerated uploads gonna be implemented in future releases | `false` |
+| `direct_upload` | Set to true to enable direct upload of Uploads without the need of local shared storage. Option may be removed once we decide to support only single storage for all files. | `false` |
| `background_upload` | Set to false to disable automatic upload. Option may be removed once upload is direct to S3 | `true` |
| `proxy_download` | Set to true to enable proxying all files served. Option allows to reduce egress traffic as this allows clients to download directly from remote storage instead of proxying all data | `false` |
| `connection` | Various connection options described below | |