flaneur2020 commented on code in PR #6283: URL: https://github.com/apache/opendal/pull/6283#discussion_r2240151642
########## integrations/object_store/src/lib.rs: ########## @@ -68,6 +68,10 @@ mod utils; #[cfg(feature = "services-s3")] mod amazon_s3; +mod backend; Review Comment: currently it's named as `ObjectStoreBackend`, let me rename it to `ObjectStoreService `? -- 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
