Skip to content

Commit

Permalink
feat(services/yandex_disk): setup test for yandex disk
Browse files Browse the repository at this point in the history
  • Loading branch information
shuai_yang committed Feb 25, 2024
1 parent d86bc85 commit e121b88
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 @@ -92,6 +92,7 @@ services-all = [
"services-b2",
"services-seafile",
"services-upyun",
"services-yandex-disk"
]

# Default services provided by opendal.
Expand Down Expand Up @@ -149,6 +150,7 @@ 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]
anyhow = "1.0.71"
Expand Down
2 changes: 2 additions & 0 deletions bindings/nodejs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ services-all = [
"services-upyun",
"services-vercel-artifacts",
"services-wasabi",
"services-yandex-disk",
]

# Default services provided by opendal.
Expand Down Expand Up @@ -144,6 +145,7 @@ 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]
crate-type = ["cdylib"]
Expand Down
2 changes: 2 additions & 0 deletions bindings/python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ services-all = [
"services-seafile",
"services-upyun",
"services-koofr",
"services-yandex-disk"
]

# Default services provided by opendal.
Expand Down Expand Up @@ -146,6 +147,7 @@ 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]
crate-type = ["cdylib"]
Expand Down

0 comments on commit e121b88

Please sign in to comment.