From 6717aa093e8d6f76231b1f5f121d4e7c002bb933 Mon Sep 17 00:00:00 2001 From: jkoberg Date: Tue, 20 Dec 2022 11:22:25 +0100 Subject: [PATCH] activate async uploads Signed-off-by: jkoberg --- .drone.star | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.star b/.drone.star index 81b362a3feb..4300aed7d13 100644 --- a/.drone.star +++ b/.drone.star @@ -2033,6 +2033,9 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes = [], depends_on = "STORAGE_USERS_DRIVER_LOCAL_ROOT": "%s/local/root" % dirs["ocis"], "STORAGE_USERS_DRIVER_OCIS_ROOT": "%s/storage/users" % dirs["ocis"], "STORAGE_SYSTEM_DRIVER_OCIS_ROOT": "%s/storage/metadata" % dirs["ocis"], + "STORAGE_USERS_OCIS_ASYNC_UPLOADS": True, + "OCIS_INSECURE": True, + "OCIS_EVENTS_ENABLE_TLS": False, "SHARING_USER_JSON_FILE": "%s/shares.json" % dirs["ocis"], "PROXY_ENABLE_BASIC_AUTH": True, "WEB_UI_CONFIG": "%s/%s" % (dirs["base"], dirs["ocisConfig"]),