Skip to content

Commit

Permalink
Merge pull request #180 from dandi/putobjecttagging
Browse files Browse the repository at this point in the history
Give Heroku user `s3:PutObjectTagging` permission
  • Loading branch information
mvandenburgh authored Apr 17, 2024
2 parents ae22b54 + 9a81347 commit c36c4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/modules/dandiset_bucket/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ data "aws_iam_policy_document" "dandiset_bucket_owner" {
"${aws_s3_bucket.dandiset_bucket.arn}/*",
]

actions = ["s3:PutObject"]
actions = ["s3:PutObject", "s3:PutObjectTagging"]
}
}

Expand Down

0 comments on commit c36c4e0

Please sign in to comment.