Skip to main content
NetApp Knowledge Base

Search

  • Filter results by:
    • View attachments
    Searching in
    About 1 results
    • https://kb.netapp.com/hybrid/StorageGRID/Grid_Tenant_Manager/Able_to_overwrite_objects_even_after_denying_s3_PutOverwriteObject_in_S3_group_policy
      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 ...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:::*"