mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-31 17:28:12 +00:00
fix: DataUsageInfo add list bucket permission (#674)
This commit is contained in:
@@ -431,7 +431,10 @@ impl Operation for DataUsageInfoHandler {
|
|||||||
&cred,
|
&cred,
|
||||||
owner,
|
owner,
|
||||||
false,
|
false,
|
||||||
vec![Action::AdminAction(AdminAction::DataUsageInfoAdminAction)],
|
vec![
|
||||||
|
Action::AdminAction(AdminAction::DataUsageInfoAdminAction),
|
||||||
|
Action::S3Action(S3Action::ListBucketAction),
|
||||||
|
],
|
||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user