logo
← 返回面试题库

<p>What does the statement body of this S3 bucket policy do?</p><pre><code class="language-json">{ &quot;Sid&quot;: &quot;bucketpolicy1&quot;, &quot;Effect&quot;: &quot;Allow&quot;, &quot;Principal&quot;: &quot;*&quot;, &quot;Action&quot;: &quot;s3:GetObject&quot;, &quot;Resource&quot;: &quot;arn:aws:s3:::userreports/*&quot;, &quot;Condition&quot;: { &quot;IpAddress&quot;: { &quot;aws:SourceIp&quot;: &quot;68.249.108.0/24&quot; }, &quot;NotIpAddress&quot;: { &quot;aws:SourceIp&quot;: &quot;68.249.108.128/32&quot; } } }</code></pre>

中等aws

想查看完整答案?

登录匠人学院学习中心,获取 STAR 格式回答和详细技术解析

前往学习中心查看答案