Skip to content

Commit

Permalink
add cli for list and restore trash-bin items
Browse files Browse the repository at this point in the history
  • Loading branch information
2403905 committed Dec 8, 2023
1 parent 7b47abd commit 5bfeb78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/storage/utils/decomposedfs/node/permissions.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ func ServiceAccountPermissions() provider.ResourcePermissions {
RemoveGrant: true, // for share expiry
ListRecycle: true, // for purge-trash-bin command
PurgeRecycle: true, // for purge-trash-bin command
RestoreRecycleItem: true, // for cli restore command
Delete: true, // for cli restore command with replace option
}
}

Expand Down

0 comments on commit 5bfeb78

Please sign in to comment.