S3策略无效。此操作不适用于语句中的任何资源
适用场景
NetApp 存储网格
问题描述
尝试在StorageGRID 中配置存储分段策略时、它会报告:
"S3 Policy is invalid. Action is not applicable to any resource in the statement: s3:ListBucket"
"S3 Policy is invalid. Action is not applicable to any resource in the statement: s3:ListAllMyBuckets"
上述策略的示例适用于ListBucket和ListAllMyBucket、但可以应用于其他语句。
报告此错误的语句示例:
{
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:DeleteObject",
"s3:DeleteObjectTagging",
"s3:GetObject",
"s3:GetObjectTagging",
"s3:PutObject",
"s3:PutObjectTagging",
],
"Resource": "arn:aws:s3:::<bucketname>/*"
}
]
}