Challenge (Cafe) lab: Creating a Static Website for the Cafe

Описание к видео Challenge (Cafe) lab: Creating a Static Website for the Cafe

The below link contains the image file and index page


the code below is for the code we used in the video

{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::Bucket-Name/*"
]
}
]
}

Комментарии

Информация по комментариям в разработке