We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8c9497 + 7059122 commit 6b9c584Copy full SHA for 6b9c584
asf-event-data/data-publisher.yml
@@ -10,14 +10,15 @@ Resources:
10
Type: AWS::IAM::User
11
Properties:
12
UserName: data-publisher
13
+ ManagedPolicyArns:
14
+ - arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess
15
Policies:
16
- PolicyName: data-publisher-policy
17
PolicyDocument:
18
Version: 2012-10-17
19
Statement:
20
- Effect: Allow
- Action: s3:ListBucket
- Resource: !Sub "arn:aws:s3:::${OpenDataBucketName}"
21
- - Effect: Allow
22
- Action: s3:PutObject
+ Action:
+ - s3:PutObject
23
+ - s3:PutObjectTagging
24
Resource: !Sub "arn:aws:s3:::${OpenDataBucketName}/*"
0 commit comments