aws-s3: Bucket.grantRead()
doesn't work
#32797
Labels
@aws-cdk/aws-s3
Related to Amazon S3
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p3
Describe the bug
The
Bucket.grantRead()
method doesn't add any policy to the S3 bucket.Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
see above.
Current Behavior
see above.
Reproduction Steps
The resulting bucket policy of
configBucket
:Possible Solution
Use this instead:
Additional Information/Context
No response
CDK CLI Version
2.174.1
Framework Version
No response
Node.js Version
22.12.0
OS
Ubuntu 24.04.1
Language
TypeScript
Language Version
No response
Other information
Similar issue: #31358
The text was updated successfully, but these errors were encountered: