Skip to content

Commit

Permalink
Revert "the uploader role is actually VERY similar to editor"
Browse files Browse the repository at this point in the history
This reverts commit 747cd26.
  • Loading branch information
rhafer committed May 16, 2024
1 parent 747cd26 commit 47d8cc9
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions pkg/conversions/role.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,11 @@ func NewUploaderRole() *Role {
return &Role{
Name: RoleUploader,
cS3ResourcePermissions: &provider.ResourcePermissions{
Stat: true,
GetPath: true,
CreateContainer: true,
InitiateFileUpload: true,
InitiateFileDownload: true,
ListContainer: true,
Move: true,
Stat: true,
GetPath: true,
CreateContainer: true,
InitiateFileUpload: true,
ListContainer: true,
},
ocsPermissions: PermissionCreate,
}
Expand Down

0 comments on commit 47d8cc9

Please sign in to comment.