We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b907697 commit e615ac8Copy full SHA for e615ac8
src/rpdk/core/data/managed-upload-infrastructure.yaml
@@ -26,6 +26,11 @@ Resources:
26
LoggingConfiguration:
27
DestinationBucketName: !Ref AccessLogsBucket
28
LogFilePrefix: ArtifactBucket
29
+ PublicAccessBlockConfiguration:
30
+ BlockPublicAcls: true
31
+ BlockPublicPolicy: true
32
+ IgnorePublicAcls: true
33
+ RestrictPublicBuckets: true
34
35
AccessLogsBucket:
36
Type: AWS::S3::Bucket
@@ -42,6 +47,11 @@ Resources:
42
47
ExpirationInDays: 3653
43
48
VersioningConfiguration:
44
49
Status: Enabled
50
51
52
53
54
45
55
46
56
ArtifactCopyPolicy:
57
Type: AWS::S3::BucketPolicy
0 commit comments