-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
grantPublicAccess() not granting access on an already existing bucket created manually #7370
Comments
Related to #6548 |
The fix for this issue should just be a documentation change in the example. The broader scope and solution will be discussed and resolved as part of #6548 |
|
On https://docs.aws.amazon.com/cdk/api/latest/docs/aws-s3-readme.html#importing-existing-buckets there is an example which modifies access permissions on an already existing bucket, created manually from the AWS web console.
The example below does not modify the access permissions on the bucket, and the generated cdk.out/MyS3.template.json has an empty object.
Using https://github.com/aws/aws-cdk/releases/tag/v1.32.2 with typescript.
This is a 📕 documentation issue
The text was updated successfully, but these errors were encountered: