plusplusjiajia commented on code in PR #2332:
URL: https://github.com/apache/iceberg-rust/pull/2332#discussion_r3254472309


##########
crates/storage/opendal/src/resolving.rs:
##########
@@ -104,7 +104,20 @@ fn build_storage_for_scheme(
                 config: Arc::new(config),
             })
         }
-        #[cfg(feature = "opendal-oss")]
+        // OSS is S3-API-compatible; route through S3 so `s3.*` props
+        // work for OSS-backed tables (mirrors pyiceberg/Java S3FileIO).
+        #[cfg(feature = "opendal-s3")]

Review Comment:
   @CTTY  Fixed.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to