feat(storage-api): add error code contract (#3313)

This commit is contained in:
安正超
2026-06-10 09:03:29 +08:00
committed by GitHub
parent 5fef105484
commit 3795d44b86
6 changed files with 566 additions and 161 deletions
+1
View File
@@ -51,6 +51,7 @@ rustfs-kms.workspace = true
rustfs-s3-types = { workspace = true }
rustfs-data-usage.workspace = true
rustfs-object-capacity.workspace = true
rustfs-storage-api.workspace = true
async-trait.workspace = true
bytes.workspace = true
byteorder = { workspace = true }