1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
3
Hello. I provide an example of the s3 bucket policy below. So could you please use that because you made some mistakes in your definition?
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::YOUR_BUCKET_NAME/*"
}
]
}
Regards, Andrii
Thanks for the quick reply I tried it and couldn't personally get it to work with the templates. Could anyone confirm if the Version is still up to date ? In Line 2. "2012-10-17" Someone told me that there might be a newer version for this. If anyone could confirm this for me that would be great
Contenus pertinents
- demandé il y a un an
- demandé il y a 8 mois
- AWS OFFICIELA mis à jour il y a 6 mois
- AWS OFFICIELA mis à jour il y a un an
- AWS OFFICIELA mis à jour il y a 3 ans
- AWS OFFICIELA mis à jour il y a 2 ans
Could anyone confirm if the Version is still up to date ? In Line 2. "2012-10-17" Someone told me that there might be a newer version for this. If anyone could confirm this for me that would be great