Skip to content

Commit

Permalink
Merge pull request #211 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
RELEASE: fix get files IAM
  • Loading branch information
Jlrine2 authored Aug 7, 2020
2 parents af1aff9 + 4684193 commit 8234e64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.6]
### Fixed
- `get-files` step functions AMI roles for tags

## [0.3.5]
### Added
Expand Down
3 changes: 3 additions & 0 deletions step-function/get-files/cloudformation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ Resources:
- Effect: Allow
Action: s3:ListBucket
Resource: !Sub "arn:aws:s3:::${Bucket}"
- Effect: Allow
Action: s3:GetObjectTagging
Resource: !Sub "arn:aws:s3:::${Bucket}/*"

Lambda:
Type: AWS::Lambda::Function
Expand Down

0 comments on commit 8234e64

Please sign in to comment.