mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-27 23:47:28 +00:00
fix: unify path handling to use S3-standard forward slashes on all platforms (#1555)
Signed-off-by: houseme <housemecn@gmail.com> Signed-off-by: 安正超 <anzhengchao@gmail.com> Co-authored-by: heihutu <30542132+heihutu@users.noreply.github.com> Co-authored-by: LeonWang0735 <wlywly0735@126.com> Co-authored-by: loverustfs <hello@rustfs.com> Co-authored-by: 安正超 <anzhengchao@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -85,5 +85,10 @@ pub use notify::*;
|
||||
#[cfg(feature = "obj")]
|
||||
pub mod obj;
|
||||
|
||||
#[cfg(feature = "path")]
|
||||
mod dunce;
|
||||
#[cfg(feature = "path")]
|
||||
pub use dunce::*;
|
||||
mod envs;
|
||||
|
||||
pub use envs::*;
|
||||
|
||||
Reference in New Issue
Block a user