Skip to content

Commit

Permalink
Give heroku user s3:PutObjectTagging permission
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh authored Apr 17, 2024
1 parent ae22b54 commit 9a81347
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 9a81347

Please sign in to comment.