Skip to content
  • This project
    • Loading...
  • Sign in

Tran Phuong An / 17jason16

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • 17jason16
  • wp-content
  • plugins
  • w3-total-cache
  • ini
  • s3-sample-policy.txt
  • Tran Phuong An's avatar
    Push site first time. · 7fb560c2
    7fb560c2 Browse Files
    Tran Phuong An committed 2017-03-23 14:45:49 +0700
s3-sample-policy.txt 511 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
{
    "Statement": [
        {
            "Sid": "Stmt1339423675421",
            "Action": [
                "s3:DeleteObject",
                "s3:Get*",
                "s3:Put*",
                "s3:Set*"
            ],
            "Effect": "Allow",
            "Resource": [
                "arn:aws:s3:::bucketnamehere/*"
            ]
        },
        {
            "Sid": "Stmt1339423675422",
            "Action":s3:List*?,
            "Effect":"Allow",
            "Resource":"*"
        }
    ]
}