From 49273be52209f7cfbb7dc65cf9b250b91a9f1d4a Mon Sep 17 00:00:00 2001 From: suyanhanx Date: Mon, 22 May 2023 23:10:59 +0800 Subject: [PATCH] set capability Signed-off-by: suyanhanx --- core/src/services/oss/backend.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/src/services/oss/backend.rs b/core/src/services/oss/backend.rs index 468c23aed31..7b732084085 100644 --- a/core/src/services/oss/backend.rs +++ b/core/src/services/oss/backend.rs @@ -470,6 +470,9 @@ impl Accessor for OssBackend { copy: true, append: true, + append_with_cache_control: true, + append_with_content_type: true, + append_with_content_disposition: true, list: true, list_with_delimiter_slash: true,