Skip to content

Commit

Permalink
bindings(py/nodejs/java): enable service aliyun_drive
Browse files Browse the repository at this point in the history
Signed-off-by: suyanhanx <suyanhanx@gmail.com>
  • Loading branch information
suyanhanx committed Jun 17, 2024
1 parent 72fe48e commit b7e0fd8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/java/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ default = [

services-all = [
"default",
"services-aliyun-drive",
"services-cacache",
"services-chainsafe",
"services-dashmap",
Expand Down Expand Up @@ -95,6 +96,7 @@ services-all = [
]

# Default services provided by opendal.
services-aliyun_drive = ["opendal/services-aliyun-drive"]
services-azblob = ["opendal/services-azblob"]
services-azdls = ["opendal/services-azdls"]
services-chainsafe = ["opendal/services-chainsafe"]
Expand Down
2 changes: 2 additions & 0 deletions bindings/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ default = [

services-all = [
"default",
"services-aliyun-drive",
"services-alluxio",
"services-azfile",
"services-b2",
Expand Down Expand Up @@ -90,6 +91,7 @@ services-all = [
]

# Default services provided by opendal.
services-aliyun-drive = ["opendal/services-aliyun-drive"]
services-azblob = ["opendal/services-azblob"]
services-azdls = ["opendal/services-azdls"]
services-chainsafe = ["opendal/services-chainsafe"]
Expand Down
2 changes: 2 additions & 0 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ default = [

services-all = [
"default",
"services-aliyun-drive",
"services-azfile",
"services-cacache",
"services-chainsafe",
Expand Down Expand Up @@ -92,6 +93,7 @@ services-all = [
]

# Default services provided by opendal.
services-aliyun-drive = ["opendal/services-aliyun-drive"]
services-azblob = ["opendal/services-azblob"]
services-azdls = ["opendal/services-azdls"]
services-chainsafe = ["opendal/services-chainsafe"]
Expand Down

0 comments on commit b7e0fd8

Please sign in to comment.