Skip to content

Commit

Permalink
Merge pull request #82 from bsiemon/set-source-arn
Browse files Browse the repository at this point in the history
Fixes bug where triggers don't show in UI.
  • Loading branch information
Jorge Bastida authored Sep 10, 2016
2 parents 51e4eed + 1d5d5db commit b771be1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gordon/resources/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ def register_destination_publish_permission(self, template):
FunctionName=self.get_destination_arn(),
Principal="s3.amazonaws.com",
SourceAccount=troposphere.Ref(troposphere.AWS_ACCOUNT_ID),
SourceArn=self.bucket_notification_configuration.get_bucket_arn()
)
)

Expand Down

0 comments on commit b771be1

Please sign in to comment.