We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c07e20 commit 2efeb46Copy full SHA for 2efeb46
1 file changed
its-live-data/bucket-cf.yml
@@ -201,7 +201,18 @@ Resources:
201
- !Sub arn:aws:s3:::${DataSetBucket}/*
202
Principal:
203
AWS: arn:aws:iam::986442313181:user/srv-its-live
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
216
Type: AWS::S3::BucketPolicy
217
218
Outputs:
0 commit comments