Difference between revisions of "Template:S3 rw bucket"

From wikieduonline
Jump to navigation Jump to search
(Created page with " { "Version":"2012-10-17", "Statement":[ { "Effect":"Allow", "Action":[ "s3:ListBucket" ], "Resource":"arn:aws:...")
 
 
Line 4: Line 4:
 
       {
 
       {
 
         "Effect":"Allow",
 
         "Effect":"Allow",
         "Action":[
+
         "[[Action]]":[
 
             "[[s3:]]ListBucket"
 
             "[[s3:]]ListBucket"
 
         ],
 
         ],

Latest revision as of 08:59, 24 July 2023

{
  "Version":"2012-10-17",
  "Statement":[
     {
        "Effect":"Allow",
        "Action":[
           "s3:ListBucket"
        ],
        "Resource":"arn:aws:s3:::DOC-EXAMPLE-BUCKET"
     },
     {
        "Effect":"Allow",
        "Action":[
           "s3:PutObject",
           "s3:GetObject"
        ],
        "Resource":"arn:aws:s3:::DOC-EXAMPLE-BUCKET/*"
     }
  ]
}

Advertising: