ArmandoZ commented on code in PR #4145:
URL: https://github.com/apache/opendal/pull/4145#discussion_r1477634014


##########
core/src/services/hdfs/docs.md:
##########
@@ -121,6 +121,7 @@ async fn main() -> Result<()> {
     // Create fs backend builder.
     let mut builder = Hdfs::default();
     // Set the name node for hdfs.
+    // If the string starts with a protocol type such as file://, hdfs://, or 
gs://, this protocol type will be used.

Review Comment:
   Note: This note comes from 
https://docs.rs/hdrs/latest/hdrs/struct.ClientBuilder.html#method.new.
   
   If using gcs, we simply need to pass in `gs://${bucket_name}/` as the name 
node, and keep `root` unchanged. All data access operations will be under 
`gs://${bucket_name}${root}`



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