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
Copy file name to clipboardExpand all lines: packages/aws-cdk-lib/cx-api/FEATURE_FLAGS.md
-29Lines changed: 0 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -2108,7 +2108,6 @@ When this feature flag is enabled, a S3 trust policy will be added to the KMS ke
2108
2108
| (not in v1) | | |
2109
2109
| 2.195.0 | `false` | `true` |
2110
2110
2111
-
2112
2111
### @aws-cdk/aws-s3:publicAccessBlockedByDefault
2113
2112
2114
2113
*When enabled, setting any combination of options for BlockPublicAccess will automatically set true for any options not defined.*
@@ -2127,34 +2126,6 @@ The new behavior from this feature will allow a user, for example, to set 1 of t
2127
2126
| V2NEXT | `false` | `true` |
2128
2127
2129
2128
2130
-
### @aws-cdk/aws-s3:publicAccessBlockedByDefault
2131
-
2132
-
*When enabled, setting any combination of options for BlockPublicAccess will automatically set true for any options not defined.*
2133
-
2134
-
Flag type: Backwards incompatible bugfix
2135
-
2136
-
When BlockPublicAccess is not set at all, s3's default behavior will be to set all options to true in aws console.
2137
-
The previous behavior in cdk before this feature was; if only some of the BlockPublicAccessOptions were set (not all 4), then the ones undefined would default to false.
2138
-
This is counter intuitive to the console behavior where the options would start in true state and a user would uncheck the boxes as needed.
2139
-
The new behavior from this feature will allow a user, for example, to set 1 of the 4 BlockPublicAccessOpsions to false, and on deployment the other 3 will remain true.
2140
-
2141
-
2142
-
| Since | Default | Recommended |
2143
-
| ----- | ----- | ----- |
2144
-
| (not in v1) | | |
2145
-
| V2NEXT | `false` | `true` |
2146
-
2147
-
2148
-
### @aws-cdk/aws-s3:publicAccessBlockedByDefault
2149
-
2150
-
*When enabled, setting any combination of options for BlockPublicAccess will automatically set true for any options not defined.*
2151
-
2152
-
Flag type: Backwards incompatible bugfix
2153
-
2154
-
When BlockPublicAccess is not set at all, s3's default behavior will be to set all options to true in aws console.
2155
-
The previous behavior in cdk before this feature was; if only some of the BlockPublicAccessOptions were set (not all 4), then the ones undefined would default to false.
2156
-
This is counter intuitive to the console behavior where the options would start in true state and a user would uncheck the boxes as needed.
2157
-
The new behavior from this feature will allow a user, for example, to set 1 of the 4 BlockPublicAccessOpsions to false, and on deployment the other 3 will remain true.
0 commit comments