chitralverma commented on code in PR #6745: URL: https://github.com/apache/opendal/pull/6745#discussion_r2469501638
########## bindings/python/Cargo.toml: ########## @@ -49,106 +49,126 @@ default = [ # When enable or disable some features, # Also, you need to update the `enabled_service` function in dev/src/generate/python.rs to match it. services-all = [ - "default", - "services-aliyun-drive", - "services-azfile", - "services-cacache", - "services-dashmap", - "services-dropbox", - # FIXME this service need protoc - # "services-etcd", - # FIXME this requires a preinstalled fdb library - # "services-foundationdb", - # "services-ftp", - "services-gdrive", - # FIXME how to support HDFS services in bindings? - # "services-hdfs", - # "services-hdfs-native", - "services-huggingface", - "services-ipfs", - "services-memcached", - "services-mini-moka", - "services-moka", - "services-onedrive", - "services-persy", - "services-postgresql", - "services-mysql", - "services-redb", - "services-redis", - # FIXME how to support rocksdb services in bindings? - # "services-rocksdb", - "services-sled", - "services-swift", - # FIXME this service need protoc - # "services-tikv", - "services-vercel-artifacts", - "services-mongodb", - "services-gridfs", - "services-sqlite", - "services-alluxio", - "services-b2", - "services-seafile", - "services-upyun", - "services-koofr", - "services-yandex-disk", + 'default', + 'services-aliyun-drive', + 'services-alluxio', + 'services-azfile', + 'services-b2', + 'services-cacache', + 'services-cloudflare-kv', + 'services-compfs', + 'services-d1', + 'services-dashmap', + 'services-dbfs', + 'services-dropbox', + 'services-ftp', + 'services-gdrive', + 'services-github', + 'services-gridfs', + 'services-hdfs-native', + 'services-huggingface', + 'services-ipfs', + 'services-koofr', + 'services-lakefs', + 'services-memcached', + 'services-mini-moka', + 'services-moka', + 'services-mongodb', + 'services-monoiofs', + 'services-mysql', + 'services-onedrive', + 'services-opfs', + 'services-pcloud', + 'services-persy', + 'services-postgresql', + 'services-redb', + 'services-redis', + 'services-seafile', + 'services-sftp', + 'services-sled', + 'services-sqlite', + 'services-surrealdb', + 'services-swift', + 'services-upyun', + 'services-vercel-artifacts', + 'services-vercel-blob', + 'services-yandex-disk', ] -# Default services provided by opendal. +# List of feature-flags for all services provided by opendal. services-aliyun-drive = ["opendal/services-aliyun-drive"] +services-alluxio = ["opendal/services-alluxio"] services-azblob = ["opendal/services-azblob"] services-azdls = ["opendal/services-azdls"] -services-cos = ["opendal/services-cos"] -services-fs = ["opendal/services-fs"] -services-gcs = ["opendal/services-gcs"] -services-ghac = ["opendal/services-ghac"] -services-http = ["opendal/services-http"] -services-ipmfs = ["opendal/services-ipmfs"] -services-memory = ["opendal/services-memory"] -services-obs = ["opendal/services-obs"] -services-oss = ["opendal/services-oss"] -services-s3 = ["opendal/services-s3"] -services-webdav = ["opendal/services-webdav"] -services-webhdfs = ["opendal/services-webhdfs"] - -# Optional services provided by opendal. -services-alluxio = ["opendal/services-alluxio"] services-azfile = ["opendal/services-azfile"] services-b2 = ["opendal/services-b2"] services-cacache = ["opendal/services-cacache"] Review Comment: only sorted -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
