From 04c5e637f827d869f8bbfb21ca41eb552c3324d6 Mon Sep 17 00:00:00 2001 From: Alessio Caiazza Date: Fri, 23 Mar 2018 11:07:22 +0100 Subject: Port LFS direct_upload from EE --- doc/workflow/lfs/lfs_administration.md | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/workflow') diff --git a/doc/workflow/lfs/lfs_administration.md b/doc/workflow/lfs/lfs_administration.md index ca28e0a3304..cac3cb599dd 100644 --- a/doc/workflow/lfs/lfs_administration.md +++ b/doc/workflow/lfs/lfs_administration.md @@ -63,6 +63,7 @@ For source installations the following settings are nested under `lfs:` and then |---------|-------------|---------| | `enabled` | Enable/disable object storage | `false` | | `remote_directory` | The bucket name where LFS objects will be stored| | +| `direct_upload` | Set to true to enable direct upload of LFS 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 | | -- cgit v1.2.1