Skip to content

Commit

Permalink
Update members.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bsatoriu authored Oct 22, 2024
1 parent fe0942f commit 8aab8b6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion api/endpoints/members.py
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,13 @@ def get(self):
"Sid": "GrantAccessToUserFolder",
"Effect": "Allow",
"Action": [
"s3:*"
"s3:ListBucket",
"s3:DeleteObject",
"s3:GetObject",
"s3:PutObject",
"s3:RestoreObject",
"s3:ListMultipartUploadParts",
"s3:AbortMultipartUpload"
],
"Resource": [
"arn:aws:s3:::{settings.WORKSPACE_BUCKET}/{maap_user.username}/*"
Expand Down

0 comments on commit 8aab8b6

Please sign in to comment.