chitralverma commented on code in PR #6745: URL: https://github.com/apache/opendal/pull/6745#discussion_r2469500541
########## 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', Review Comment: sorted and cleaned this area up. moved comments in 1 place below. re enabled the listed services -- 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]
