feat: add IAM export/import

- Add complete IAM configuration export/import functionality with ZIP format
- Add new API endpoints for IAM backup and restore operations
This commit is contained in:
weisd
2025-06-30 14:15:51 +08:00
committed by weisd
parent 8218070ebc
commit e9610f1fb7
11 changed files with 1060 additions and 11 deletions
Generated
+2
View File
@@ -8221,6 +8221,7 @@ dependencies = [
"protos",
"query",
"regex",
"reqwest",
"rmp-serde",
"rust-embed",
"rustfs-config",
@@ -8254,6 +8255,7 @@ dependencies = [
"transform-stream",
"urlencoding",
"uuid",
"zip",
]
[[package]]