Skip to content

Instantly share code, notes, and snippets.

@ShawnBaek
Last active February 19, 2017 12:28
Show Gist options
  • Select an option

  • Save ShawnBaek/55bd4d96d7a6af74e10e07dffa93c908 to your computer and use it in GitHub Desktop.

Select an option

Save ShawnBaek/55bd4d96d7a6af74e10e07dffa93c908 to your computer and use it in GitHub Desktop.

Revisions

  1. ShawnBaek revised this gist Feb 19, 2017. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions read.me
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    Setting up AWS S3 bucket


  2. ShawnBaek renamed this gist Jan 9, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. ShawnBaek renamed this gist Jan 9, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. ShawnBaek created this gist Jan 9, 2017.
    12 changes: 12 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    {
    "Version": "2012-10-17",
    "Statement": [
    {
    "Sid": "Allow Public Access to All Objects",
    "Effect": "Allow",
    "Principal": "*",
    "Action": "s3:GetObject",
    "Resource": "arn:aws:s3:::yourbucketname/*"
    }
    ]
    }