S3 Security

S3 Bucket Policies

{
  "Id": "Policy1683734119029",
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "Stmt1683734116725",
      "Action": [
        "s3:GetObject"
      ],
      "Effect": "Allow",
      "Resource": "arn:aws:s3:::my-bucket/*",
      "Principal": "*"
    }
  ]
}

Versioning

Replication