This website requires JavaScript.
Explore
Help
Sign In
gsadmin
/
rustfs
Watch
1
Star
0
Fork
0
You've already forked rustfs
mirror of
https://github.com/rustfs/rustfs.git
synced
2026-08-07 05:43:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2967deaed828c037529f92c639e7adf3ec681dab
rustfs
/
ecstore
/
src
/
bucket
T
History
安正超
a1f4abf6c3
fix: resolve all Clippy warnings across codebase - Fixed field reassignment warnings in ecstore/src/file_meta.rs by using struct initialization instead of default + field assignment - Fixed overly complex boolean expression in ecstore/src/utils/os/mod.rs by removing meaningless assertion - Replaced manual Default implementation with derive in crates/zip/src/lib.rs - Updated io::Error usage to use io::Error::other() instead of deprecated pattern - Removed useless assertions and clone-on-copy warnings - Fixed unwrap usage by replacing with expect() providing meaningful error messages - Fixed useless vec usage by using array repeat instead - All code now passes comprehensive Clippy check with --all-targets --all-features -- -D warnings
2025-05-28 11:00:07 +08:00
..
object_lock
merge versioning, fix bug todo
2024-11-02 00:21:10 +08:00
quota
format comment
2025-05-27 13:56:19 +08:00
tagging
extract_claims
2025-01-12 01:41:22 +08:00
target
format comment
2025-05-27 13:56:19 +08:00
versioning
improve code
2025-05-27 19:07:09 +08:00
error.rs
move ecsotre/error to common
2025-03-25 17:42:15 +08:00
metadata_sys.rs
improve code
2025-05-27 19:07:09 +08:00
metadata.rs
fix: resolve all Clippy warnings across codebase - Fixed field reassignment warnings in ecstore/src/file_meta.rs by using struct initialization instead of default + field assignment - Fixed overly complex boolean expression in ecstore/src/utils/os/mod.rs by removing meaningless assertion - Replaced manual Default implementation with derive in crates/zip/src/lib.rs - Updated io::Error usage to use io::Error::other() instead of deprecated pattern - Removed useless assertions and clone-on-copy warnings - Fixed unwrap usage by replacing with expect() providing meaningful error messages - Fixed useless vec usage by using array repeat instead - All code now passes comprehensive Clippy check with --all-targets --all-features -- -D warnings
2025-05-28 11:00:07 +08:00
mod.rs
ecstore update bucket policy
2025-03-26 11:39:14 +08:00
msgpkg.md
stash
2024-09-30 21:40:17 +08:00
policy_sys.rs
update s3 api access check support anonymous
2025-03-26 14:21:43 +08:00
utils.rs
move ecsotre/error to common
2025-03-25 17:42:15 +08:00
versioning_sys.rs
update s3 api access check support anonymous
2025-03-26 14:21:43 +08:00