Skip to content

Commit 2efeb46

Browse files
committed
Add write access to its-live-data for k9h its-live-s3-access roll
1 parent 9c07e20 commit 2efeb46

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

its-live-data/bucket-cf.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,18 @@ Resources:
201201
- !Sub arn:aws:s3:::${DataSetBucket}/*
202202
Principal:
203203
AWS: arn:aws:iam::986442313181:user/srv-its-live
204-
204+
# used by Masha (JPL) to generate datacubes
205+
- Effect: Allow
206+
Action:
207+
- s3:PutObject
208+
- s3:PutObjectTagging
209+
- s3:PutObjectRetention
210+
- s3:DeleteObject
211+
- s3:DeleteObjectTagging
212+
Resource:
213+
- !Sub arn:aws:s3:::${DataSetBucket}/*
214+
Principal:
215+
AWS: arn:aws:iam::849259517355:role/its-live-s3-access
205216
Type: AWS::S3::BucketPolicy
206217

207218
Outputs:

0 commit comments

Comments
 (0)