This is an automated email from the ASF dual-hosted git repository.
suyanhanx pushed a commit to branch append-oss
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/append-oss by this push:
new 49273be5 set capability
49273be5 is described below
commit 49273be52209f7cfbb7dc65cf9b250b91a9f1d4a
Author: suyanhanx <[email protected]>
AuthorDate: Mon May 22 23:10:59 2023 +0800
set capability
Signed-off-by: suyanhanx <[email protected]>
---
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 468c23ae..7b732084 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,