From 25e466a159584773abe668e949fd04f18c581dd7 Mon Sep 17 00:00:00 2001 From: suyanhanx Date: Thu, 16 May 2024 22:58:48 +0800 Subject: [PATCH] chore: tidy services in project file Signed-off-by: suyanhanx --- .env.example | 6 ------ .github/workflows/ci_core.yml | 3 +-- bindings/java/Cargo.toml | 2 -- bindings/nodejs/Cargo.toml | 2 -- bindings/python/Cargo.toml | 2 -- core/Cargo.toml | 1 - core/README.md | 1 - core/fuzz/Cargo.toml | 1 - 8 files changed, 1 insertion(+), 17 deletions(-) diff --git a/.env.example b/.env.example index baed2a6a85a..9466c86f28d 100644 --- a/.env.example +++ b/.env.example @@ -87,12 +87,6 @@ OPENDAL_SUPABASE_KEY= OPENDAL_VERCEL_ARTIFACTS_ACCESS_TOKEN= # onedrive OPENDAL_ONEDRIVE_ACCESS_TOKEN= -# wasabi -OPENDAL_WASABI_REGION= -OPENDAL_WASABI_BUCKET= -OPENDAL_WASABI_ENDPOINT= -OPENDAL_WASABI_ACCESS_KEY_ID= -OPENDAL_WASABI_SECRET_ACCESS_KEY= # atomicserver OPENDAL_ATOMICSERVER_ROOT=/path/to/dir OPENDAL_ATOMICSERVER_ENDPOINT=http://localhost:9883 diff --git a/.github/workflows/ci_core.yml b/.github/workflows/ci_core.yml index 6ae06d1ad14..1317b1b6590 100644 --- a/.github/workflows/ci_core.yml +++ b/.github/workflows/ci_core.yml @@ -210,7 +210,6 @@ jobs: services-supabase services-tikv services-vercel-artifacts - services-wasabi services-webdav services-webhdfs ) @@ -263,7 +262,7 @@ jobs: working-directory: core run: | cargo nextest run --no-fail-fast --all-features - cargo test --doc --all-features + cargo test --doc --all-features env: # Add rocksdb and java lib path to LD_LIBRARY_PATH LD_LIBRARY_PATH: /tmp/rocksdb/lib:${{ env.JAVA_HOME }}/lib/server:${{ env.LD_LIBRARY_PATH }} diff --git a/bindings/java/Cargo.toml b/bindings/java/Cargo.toml index 9a43139791a..1dc0bfcbfa3 100644 --- a/bindings/java/Cargo.toml +++ b/bindings/java/Cargo.toml @@ -81,7 +81,6 @@ services-all = [ "services-supabase", "services-tikv", "services-vercel-artifacts", - "services-wasabi", "services-mongodb", "services-gridfs", "services-sqlite", @@ -149,7 +148,6 @@ services-swift = ["opendal/services-swift"] services-tikv = ["opendal/services-tikv"] services-upyun = ["opendal/services-upyun"] services-vercel-artifacts = ["opendal/services-vercel-artifacts"] -services-wasabi = ["opendal/services-wasabi"] services-yandex-disk = ["opendal/services-yandex-disk"] [dependencies] diff --git a/bindings/nodejs/Cargo.toml b/bindings/nodejs/Cargo.toml index a90313d64ab..37abb963755 100644 --- a/bindings/nodejs/Cargo.toml +++ b/bindings/nodejs/Cargo.toml @@ -86,7 +86,6 @@ services-all = [ "services-tikv", "services-upyun", "services-vercel-artifacts", - "services-wasabi", "services-yandex-disk", ] @@ -144,7 +143,6 @@ services-swift = ["opendal/services-swift"] services-tikv = ["opendal/services-tikv"] services-upyun = ["opendal/services-upyun"] services-vercel-artifacts = ["opendal/services-vercel-artifacts"] -services-wasabi = ["opendal/services-wasabi"] services-yandex-disk = ["opendal/services-yandex-disk"] [lib] diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index a242b5fc1ee..8dacd9e0f0f 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -79,7 +79,6 @@ services-all = [ # FIXME this service need protoc # "services-tikv", "services-vercel-artifacts", - "services-wasabi", "services-mongodb", "services-gridfs", "services-sqlite", @@ -146,7 +145,6 @@ services-swift = ["opendal/services-swift"] services-tikv = ["opendal/services-tikv"] services-upyun = ["opendal/services-upyun"] services-vercel-artifacts = ["opendal/services-vercel-artifacts"] -services-wasabi = ["opendal/services-wasabi"] services-yandex-disk = ["opendal/services-yandex-disk"] [lib] diff --git a/core/Cargo.toml b/core/Cargo.toml index b6530fc77b6..47347608b06 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -185,7 +185,6 @@ services-tikv = ["tikv-client"] services-upyun = ["dep:hmac", "dep:sha1"] services-vercel-artifacts = [] services-vercel-blob = [] -services-wasabi = [] services-webdav = [] services-webhdfs = [] services-yandex-disk = [] diff --git a/core/README.md b/core/README.md index 04dd929f4ec..2b72a3fd965 100644 --- a/core/README.md +++ b/core/README.md @@ -39,7 +39,6 @@ - oss: [Aliyun Object Storage Service](https://www.aliyun.com/product/oss) (OSS) - s3: [AWS S3](https://aws.amazon.com/s3/) alike services - supabase: [Supabase Storage](https://supabase.com/docs/guides/storage) Service *being worked on* -- wasabi: [Wasabi](https://wasabi.com/) Cloud Storage diff --git a/core/fuzz/Cargo.toml b/core/fuzz/Cargo.toml index 8463239fae2..9b181df897c 100644 --- a/core/fuzz/Cargo.toml +++ b/core/fuzz/Cargo.toml @@ -74,7 +74,6 @@ services-swift = ["opendal/services-swift"] services-tikv = ["opendal/services-tikv"] services-upyun = ["opendal/services-upyun"] services-vercel-artifacts = ["opendal/services-vercel-artifacts"] -services-wasabi = ["opendal/services-wasabi"] services-webdav = ["opendal/services-webdav"] services-webhdfs = ["opendal/services-webhdfs"]