mirror of
https://github.com/google/nomulus
synced 2026-07-08 17:16:54 +00:00
1fe1043306
Implement programmatic verification of Public Access Prevention (PAP) on all GCS buckets before performing write operations via GcsUtils. - Add verifyPublicAccessPrevention(String bucketName) to GcsUtils.java, querying the bucket's IAM configuration and asserting that PAP is ENFORCED. - Call verifyPublicAccessPrevention in all output stream and byte creation write paths in GcsUtils.