Beginner’s Guide to AWS S3 Cloud Storage
Priyanshu Chaurasiya
12 months ago
Priyanshu Chaurasiya
12 months ago

Join the conversation by signing in below!
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::{BUCKET-NAME}/*"
}
]
}
{BUCKET-NAME}.s3.amazonaws.com/{OBJECT-KEY}
s3.amazon.aws.com/{BUCKET-NAME}/{OBJECT-KEY}
No comments yet, Start the conversation!