MyFSIO v0.2.3 Release #15

Merged
kqjy merged 6 commits from next into main 2026-01-25 06:05:54 +00:00
Showing only changes of commit 7a8acfb933 - Show all commits

View File

@@ -16,7 +16,7 @@ window.IAMManagement = (function() {
var currentDeleteKey = null;
var policyTemplates = {
full: [{ bucket: '*', actions: ['list', 'read', 'write', 'delete', 'share', 'policy', 'replication', 'iam:list_users', 'iam:*'] }],
full: [{ bucket: '*', actions: ['list', 'read', 'write', 'delete', 'share', 'policy', 'replication', 'lifecycle', 'cors', 'iam:*'] }],
readonly: [{ bucket: '*', actions: ['list', 'read'] }],
writer: [{ bucket: '*', actions: ['list', 'read', 'write'] }]
};