Xuanwo commented on code in PR #5543:
URL: https://github.com/apache/opendal/pull/5543#discussion_r1913387173


##########
integrations/object_store/README.md:
##########
@@ -78,6 +80,77 @@ async fn main() {
 }
 ```
 
+### 2. querying data in a S3 bucket using DataFusion
+
+Add the following dependencies to your `Cargo.toml` with correct version:
+
+```toml
+[dependencies]
+object_store = "0.11.0"
+object_store_opendal = "0.49.0"
+opendal = { version = "0.51.0", features = ["services-s3"] }

Review Comment:
   > These versions aren't correct. we need to wait for the next release to get 
the correct available versions. Should we include them here ?
   
   Perhaps we should avoid referencing the version directly, as it's quite 
difficult to keep it sync. Do you have any suggestions?



-- 
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]

Reply via email to