Skip to main content
NetApp Knowledge Base

Able to overwrite objects even after denying s3:PutOverwriteObject in S3 group policy

Views:
43
Visibility:
Public
Votes:
0
Category:
storagegrid
Specialty:
sgrid
Last Updated:

Applies to

  • StorageGRID 11.7
  • S3 group policy

Issue

After creating S3 group policy with deny effect on s3:PutOverwriteObject, the PUT operations is able to overwrite the objects in the bucket.
 
S3 Group policy:
 
{
    "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.