📚 node [[s3]]
[[AWS]] Simple Storage Service
Making folders publicly readable in an Amazon S3 bucket
Give public read (get) access to certain folders.
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::your.bucket.name/uploads/*"
},
{
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::your.bucket.name/video/*"
}
]
}
📖 stoas
- public document at doc.anagora.org/s3
- video call at meet.jit.si/s3
⥅ related node [[s3 ios app]]
⥅ related node [[s3_email]]
⥅ related node [[2003 04 21 ps3 chip to be 1 teraflop]]
⥅ related node [[2010 08 26 automatic wordpress backup using amazon s3]]
⥅ related node [[2017 02 19 archiving photos ios amazon s3]]
⥅ related node [[acer aspire s3]]
⥅ related node [[repairing a canon pixma ts3150]]
🔎 full text search for 's3'