Created
May 10, 2019 21:17
-
-
Save deeheber/4d09b119018ed2c56a32cd8f58bc4af3 to your computer and use it in GitHub Desktop.
Join Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Policies: | |
- AWSXrayWriteOnlyAccess | |
- Version: 2012-10-17 | |
Statement: | |
- Effect: Allow | |
Resource: !Join [ '', [ !GetAtt FileStore.Arn, /* ] ] | |
Action: | |
- s3:PutObject | |
- s3:PutObjectAcl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment