This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch drop-wasabi in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit 40e087f949723d9cda9e79844a52075f058c4c14 Author: Xuanwo <[email protected]> AuthorDate: Wed Nov 1 19:37:29 2023 +0800 Add docs Signed-off-by: Xuanwo <[email protected]> --- core/src/docs/upgrade.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/src/docs/upgrade.md b/core/src/docs/upgrade.md index d66e574fc..5982790ba 100644 --- a/core/src/docs/upgrade.md +++ b/core/src/docs/upgrade.md @@ -19,6 +19,10 @@ OpenDAL bumps it's MSRV to 1.67.0. - The `enable_create_simulation` option has been removed. We add this option to allow ghac simulate create empty file, but it's could result in unexpected behavior when users create a file with content length `1`. So we remove it. +### Wasabi Service Removed + +`wasabi` service native support has been removed. Users who want to access wasabi can use our `s3` service instead. + # Upgrade to v0.41 There is no public API and raw API changes.
