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

Commit

Permalink
Modifying default s3 config. Left out on rebase. Added back.
Browse files Browse the repository at this point in the history
  • Loading branch information
milosgajdos committed Feb 26, 2015
1 parent e84f86a commit a61d669
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/tests.py
Expand Up @@ -103,7 +103,10 @@ def test_s3(self):
'PolicyDocument': {
'Statement': [
{
'Action': 's3:GetObject',
'Action': [
's3:Get*',
's3:Put*',
's3:List*'],
'Resource': 'arn:aws:s3:::moj-test-dev-static/*',
'Effect': 'Allow',
'Principal': {
Expand Down

0 comments on commit a61d669

Please sign in to comment.