This is an automated email from the ASF dual-hosted git repository.
suyanhanx pushed a commit to branch empty-file-test
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/empty-file-test by this push:
new b1272c375 update owo
b1272c375 is described below
commit b1272c37548610cfa05236fc0bdbc673078884f9
Author: suyanhanx <[email protected]>
AuthorDate: Mon Sep 18 13:00:24 2023 +0800
update owo
Signed-off-by: suyanhanx <[email protected]>
---
website/blog/2023-09-14-owo-1/index.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/website/blog/2023-09-14-owo-1/index.md
b/website/blog/2023-09-14-owo-1/index.md
index 5a6b2617a..2ff0fd79b 100644
--- a/website/blog/2023-09-14-owo-1/index.md
+++ b/website/blog/2023-09-14-owo-1/index.md
@@ -43,6 +43,8 @@ w.close().await?;
This way, users can reuse the `Writer` in their own logic without handling
`append` separately.
+The atomic write will not make effects if the writer is in append mode.
+
#### New Lister API
To improve API consistency, we've made some adjustments to our listing
functions. We've added `list` and `list_with` methods that perform single
operations and renamed the original `list` to `lister` and `lister_with`.