aws-cloudformation / cloudformation-cli

The CloudFormation Provider Development Toolkit allows you to author your own resource providers and modules that can be used by CloudFormation.
Apache License 2.0
318 stars 161 forks source link

Block public access to Artifact/AccessLogs Buckets #977

Closed fbzioui closed 1 year ago

fbzioui commented 1 year ago

The two buckets (ArtifactBucket and AccessLogsBucket) created by the stack CloudFormationManagedUploadInfrastructure do not have the Block Public Access setting enabled..

This Pull Request to enable block public access settings to those buckets.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.