AWS Amazon S3 - How to resolve 403 error

Опубликовано: 31 Октябрь 2024
на канале: AWS DevOps Resources
4,545
18

Subscribe on channel and get notifications for new videos! :)

SUBSCRIBE AND FOLLOW FOR MORE CONTENT :)

Twitter:   / awsdevopssource  
GitHub: https://github.com/awsdevopresources

**********************************************************


Short video to help you to resolve this error you need to setup bucket policy in tab "Permissions" . On this example you need to put this bucket policy (it's similar in another cases, but you can always improve policy).

{
"Version": "2008-10-17",
"Id": "GetObjectFromS3",
"Statement": [
{
"Sid": "1",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::test-web-hc/*"
}
]
}

Facebook:   / awsdevopsresources  

#aws #education #error #webhosting #amazon #bucket #buckethosting