By default, a new Amazon AWS S3 bucket is non-readable and all objects placed inside it cannot be accessed publically. You can change each object individually and make it public, or you can set a rule for the entire bucket.
{
"Statement": [
{
"Sid": "AllowPublicRead",
"Effect": "Allow",
"Principal": {
"AWS": "*"
},
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::xxxxxx/*"
}
]
}
Done
Use this link to get DropBox http://db.tt/iQHWaaF