Jasinski Technical Wiki

Navigation

Home Page
Index
All Pages

Quick Search
»
Advanced Search »

Contributor Links

Create a new Page
Administration
File Management
Login/Logout
Your Profile

Other Wiki Sections

Software

PoweredBy

Granting Access to a S3 Bucket - Amazon Web Services

RSS
Modified on Thu, Nov 12, 2015, 9:21 AM by Administrator Categorized as Amazon Web Services

Overview

This article provides the IAM policy used to grant a user full access to an S3 bucket.

Policy

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "Stmt1447183152000",
            "Effect": "Allow",
            "Action": [
                "s3:*"
            ],
            "Resource": [
                "arn:aws:s3:::BucketName/*"
            ]
        }
    ]
}

ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.