chrisltd + storage   3

Public Readable Amazon S3 Bucket Policy - Ariejan.net
{
"Version":"2008-10-17",
"Statement":[{
"Sid":"AllowPublicRead",
"Effect":"Allow",
"Principal": {
"AWS": "*"
},
"Action":["s3:GetObject"],
"Resource":["arn:aws:s3:::bucket/*"
]
}
]
}
amazon  aws  s3  storage  public  policy 
january 2012 by ChrisLTD

Copy this bookmark:



description:


tags: