Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
lambda lista
Browse files Browse the repository at this point in the history
  • Loading branch information
londoso committed Jan 17, 2024
1 parent 77d97fd commit bfe6115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ Resources:
Effect: Allow
Action:
- s3:ListAllMyBuckets
- s3:ListBucket
Resource:
- !Join [ "", [ "arn:aws:s3:::", !Ref BucketOrigen ] ]
- !Join [ "", [ "arn:aws:s3:::", !Ref BucketDestino ] ]
- Sid: S3
Effect: Allow
Action:
- s3:PutObject
- s3:GetObject
- s3:ListBucket
- s3:GetObject
Resource:
- !Join [ "", [ "arn:aws:s3:::", !Ref BucketOrigen, "/*" ] ]
- !Join [ "", [ "arn:aws:s3:::", !Ref BucketDestino, "/*" ] ]
Expand Down

0 comments on commit bfe6115

Please sign in to comment.