Skip to content

Commit

Permalink
Fix S3 BucketPublicAccessBlock (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
vtumuluri authored May 8, 2024
1 parent 2f702d4 commit 0b6957a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions compositions/upbound-aws-provider/s3/general-purpose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ spec:
kind: BucketPublicAccessBlock
spec:
deletionPolicy: Delete
blockPublicAcls: true
blockPublicPolicy: true
ignorePublicAcls: true
restrictPublicBuckets: true
forProvider:
bucketSelector:
matchControllerRef: true
blockPublicAcls: true
blockPublicPolicy: true
ignorePublicAcls: true
restrictPublicBuckets: true
patches:
- fromFieldPath: spec.resourceConfig.region
toFieldPath: spec.forProvider.region
Expand All @@ -105,4 +105,4 @@ spec:
toFieldPath: spec.providerConfigRef.name
- fromFieldPath: spec.resourceConfig.region
toFieldPath: spec.forProvider.region


0 comments on commit 0b6957a

Please sign in to comment.