You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #459, it was not possible to make IStage#grantPipelineBucketReadWrite's parameter optional because of a bug in JSII. Once that bug is fixed, we should change the parameter to be optional.
The text was updated successfully, but these errors were encountered:
The JSII bug this was depending on was recently fixed (and the version of JSII bumped in CDK), but the actual issue in the CodePipeline construct has not been addressed yet.
In #459, it was not possible to make
IStage#grantPipelineBucketReadWrite
's parameter optional because of a bug in JSII. Once that bug is fixed, we should change the parameter to be optional.The text was updated successfully, but these errors were encountered: