feat: rpc auth

This commit is contained in:
weisd
2025-06-18 20:00:39 +08:00
parent 039108ee5e
commit 58faf141bd
7 changed files with 140 additions and 10 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ use rustfs_utils::{
crypto::{base64_decode, base64_encode, hex},
path::{SLASH_SEPARATOR, encode_dir_object, has_suffix, path_join_buf},
};
use sha2::{Digest, Sha256};
use sha2::Sha256;
use std::hash::Hash;
use std::mem;
use std::time::SystemTime;