instance-s3-policy.json 209 B

1234567891011
  1. {
  2. "Version": "2012-10-17",
  3. "Statement": [
  4. {
  5. "Sid": "githubActionDist",
  6. "Effect": "Allow",
  7. "Action": ["s3:GetObject", "s3:GetObjectAcl"],
  8. "Resource": ["${s3_arn}/*"]
  9. }
  10. ]
  11. }