Last active
August 29, 2015 14:26
-
-
Save vinodc/6543a9c48fbe41ff7d6a to your computer and use it in GitHub Desktop.
Kloudless Upload Location IAM Policy JSON
This file contains hidden or 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
{ | |
"Statement": [ | |
{ | |
"Effect": "Allow", | |
"Action": [ | |
"s3:GetObject", | |
"s3:GetObjectAcl", | |
"s3:PutObject", | |
"s3:PutObjectAcl", | |
"s3:ListBucket" | |
], | |
"Resource": [ | |
"arn:aws:s3:::test-bucket", | |
"arn:aws:s3:::test-bucket/*" | |
] | |
}, | |
{ | |
"Effect": "Allow", | |
"Action": "s3:ListAllMyBuckets", | |
"Resource": "arn:aws:s3:::*" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As seen at https://developers.kloudless.com/applications/*/details