mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-13 08:36:54 +00:00
fix: clippy
This commit is contained in:
@@ -13,8 +13,8 @@ const SIGN_V2_ALGORITHM: &str = "AWS";
|
||||
|
||||
fn encode_url2path(req: &request::Builder, _virtual_host: bool) -> String {
|
||||
//path = serde_urlencoded::to_string(req.uri_ref().unwrap().path().unwrap()).unwrap();
|
||||
let path = req.uri_ref().unwrap().path().to_string();
|
||||
path
|
||||
|
||||
req.uri_ref().unwrap().path().to_string()
|
||||
}
|
||||
|
||||
pub fn pre_sign_v2(
|
||||
|
||||
Reference in New Issue
Block a user