This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch polish-sftp
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/polish-sftp by this push:
new fcffc3a87 Add azfile support
fcffc3a87 is described below
commit fcffc3a87fc0029805930c05b558d2ee4f7714f6
Author: Xuanwo <[email protected]>
AuthorDate: Tue Oct 31 15:44:39 2023 +0800
Add azfile support
Signed-off-by: Xuanwo <[email protected]>
---
bindings/python/Cargo.toml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml
index a2ef50b5b..ad0b8ca46 100644
--- a/bindings/python/Cargo.toml
+++ b/bindings/python/Cargo.toml
@@ -79,6 +79,7 @@ services-all = [
"services-wasabi",
"services-mongodb",
"services-sqlite",
+ "services-azfile"
]
# Default services provided by opendal.
@@ -98,6 +99,7 @@ services-webdav = [ "opendal/services-webdav" ]
services-webhdfs = [ "opendal/services-webhdfs" ]
# Optional services provided by opendal.
+services-azfile = [ "opendal/services-azfile" ]
services-cacache = ["opendal/services-cacache"]
services-dashmap = ["opendal/services-dashmap"]
services-dropbox = ["opendal/services-dropbox"]
@@ -136,4 +138,4 @@ futures = "0.3.28"
opendal.workspace = true
pyo3 = "0.19"
pyo3-asyncio = { version = "0.19", features = ["tokio-runtime"] }
-tokio = "1"
\ No newline at end of file
+tokio = "1"