Skip to content

Commit

Permalink
refactor(services/wasabi)!: Remove native support for wasabi services (
Browse files Browse the repository at this point in the history
…#3455)

* refactor(services/wasabi)!: Remove native support for wasabi services

Signed-off-by: Xuanwo <[email protected]>

* Add docs

Signed-off-by: Xuanwo <[email protected]>

* Remove docs

Signed-off-by: Xuanwo <[email protected]>

---------

Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo authored Nov 1, 2023
1 parent 0db2fe5 commit 1d08942
Show file tree
Hide file tree
Showing 14 changed files with 8 additions and 2,667 deletions.
68 changes: 0 additions & 68 deletions .github/workflows/service_test_wasabi.yml

This file was deleted.

9 changes: 4 additions & 5 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -186,11 +186,10 @@ services-sqlite = ["dep:rusqlite", "dep:r2d2"]
services-supabase = []
services-tikv = ["tikv-client"]
services-vercel-artifacts = []
services-wasabi = [
"dep:reqsign",
"reqsign?/services-aws",
"reqsign?/reqwest_request",
]
# Deprecated
# wasabi services support has been removed.
# We will remove this feature in next version.
services-wasabi = []
services-webdav = []
services-webhdfs = []

Expand Down
4 changes: 4 additions & 0 deletions core/src/docs/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
5 changes: 0 additions & 5 deletions core/src/services/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,6 @@ mod supabase;
#[cfg(feature = "services-supabase")]
pub use supabase::Supabase;

#[cfg(feature = "services-wasabi")]
mod wasabi;
#[cfg(feature = "services-wasabi")]
pub use wasabi::Wasabi;

#[cfg(feature = "services-webdav")]
mod webdav;
#[cfg(feature = "services-webdav")]
Expand Down
Loading

0 comments on commit 1d08942

Please sign in to comment.