BurntSushi commented on code in PR #6643: URL: https://github.com/apache/opendal/pull/6643#discussion_r2419771761
########## integrations/object_store/src/service/core.rs: ########## Review Comment: If it's truly only being used for timestamps, then it might be better to use `std::time::SystemTime`. That would avoid a public dependency on a datetime crate as well. -- 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]
