Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR BASIC

using amazon s3 to store your django sites static and media files

{
  "Version":"2012-10-17",
  "Statement":[{
    "Sid":"PublicReadGetObject",
        "Effect":"Allow",
      "Principal": "*",
      "Action":["s3:GetObject"],
      "Resource":["arn:aws:s3:::example-bucket/*"
      ]
    }
  ]
}
Source by www.caktusgroup.com #
 
PREVIOUS NEXT
Tagged: #amazon #store #django #sites #static #media #files
ADD COMMENT
Topic
Name
4+3 =