feat(storage-api): add bucket DTO contract (#3314)

* feat(storage-api): add bucket DTO contract

* ci(build): increase workflow timeout to 90 minutes

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
安正超
2026-06-10 15:16:14 +08:00
committed by GitHub
parent b9c924a6ed
commit bb5d9565a6
12 changed files with 224 additions and 74 deletions
Generated
+5
View File
@@ -9990,6 +9990,11 @@ dependencies = [
[[package]]
name = "rustfs-storage-api"
version = "1.0.0-beta.8"
dependencies = [
"serde",
"serde_json",
"time",
]
[[package]]
name = "rustfs-targets"