AWS
S3Disable “delete” option for S3 objects in AWS
Attach policy to your IAM user(s) that Deny s3:DeleteObject action
Configure bucket policy (Permissions -> Bucket Policy) that will Deny s3:DeleteObject actionFor example, bucket policy can look like this:
12345678910111213{ "Version": "2012-10-17", "Id": "<...>", "Statement"
...