我對aws S3上的存盤桶設定了可匿名訪問如下:
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AddPerm",
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": [
"arn:aws-cn:s3:::examplebucket/*"
]
}
]
}
可是直接在瀏覽器里訪問資源時一直提示“You are not authorized to perform this operation”, 這是怎么回事呢
uj5u.com熱心網友回復:
就是這樣的啊。。。。uj5u.com熱心網友回復:
學習中,討教討教……轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/98746.html
標籤:AWS
