← 返回面试题库
<p>What does the statement body of this S3 bucket policy do?</p><pre><code class="language-json">{ "Sid": "bucketpolicy1", "Effect": "Allow", "Principal": "*", "Action": "s3:GetObject", "Resource": "arn:aws:s3:::userreports/*", "Condition": { "IpAddress": { "aws:SourceIp": "68.249.108.0/24" }, "NotIpAddress": { "aws:SourceIp": "68.249.108.128/32" } } }</code></pre>
中等
aws
想查看完整答案?
登录匠人学院学习中心,获取 STAR 格式回答和详细技术解析
前往学习中心查看答案
已练习
已掌握
☆ 收藏