メインコンテンツまでスキップ

S3グループポリシーでs3:PutOverwriteObjectを拒否してもオブジェクトを上書きできる

Views:
1
Visibility:
Public
Votes:
0
Category:
storagegrid<a>2009962356</a>
Specialty:
sgrid
Last Updated:

環境

  • StorageGRID 11.7
  • S3グループポリシー

問題

s3:PutOverwriteObjectに対してDENY効果のあるS3グループポリシーを作成したあと、PUT処理でバケット内のオブジェクトを上書きできるようになりました。
 
S3グループポリシー:
 
{
  "Statement": [
     {
      "Sid": "Deny PUT overwrites",
      "Effect": "Deny",
      "Action": "s3:PutOverwriteObject",
      "Resource": [
     "arn:aws:s3:::*"
       ]
     }
   ]
}

Sign in to view the entire content of this KB article.

New to NetApp?

Learn more about our award-winning Support

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.

 

  • この記事は役に立ちましたか?