File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.0.1] - 2023-04
8
+ ### Fixed
9
+ - Fix deployment failure due to S3 ACL changes
10
+
7
11
## [ 1.0.0] - 2023-03-16
8
12
### Added
9
13
- All files, initial version
Original file line number Diff line number Diff line change 1
1
| Date | Change |
2
2
| ---------------| -------------------|
3
+ | April 2023 | Fix deployment failure due to S3 ACL changes. |
3
4
| March 2023 | Initial release. |
Original file line number Diff line number Diff line change 1
1
| 日期 | 更新记录 |
2
2
| ---------------| -------------------|
3
+ | 2023 年 4 月 | 修复由于S3 ACL 变化而导致的部署失败问题 |
3
4
| 2023 年 3 月 | 首次发布版本 1.0.0 |
Original file line number Diff line number Diff line change @@ -369,6 +369,7 @@ export class MainStack extends Stack {
369
369
encryption : s3 . BucketEncryption . S3_MANAGED ,
370
370
blockPublicAccess : s3 . BlockPublicAccess . BLOCK_ALL ,
371
371
accessControl : s3 . BucketAccessControl . LOG_DELIVERY_WRITE ,
372
+ objectOwnership : s3 . ObjectOwnership . OBJECT_WRITER ,
372
373
versioned : true ,
373
374
enforceSSL : true ,
374
375
lifecycleRules : [
Original file line number Diff line number Diff line change 18
18
"@types/jest" : " 27.5.0" ,
19
19
"@types/node" : " 10.17.27" ,
20
20
"@types/prettier" : " 2.6.0" ,
21
- "aws-cdk" : " 2.59 .0" ,
22
- "aws-cdk-lib" : " 2.59 .0" ,
21
+ "aws-cdk" : " 2.74 .0" ,
22
+ "aws-cdk-lib" : " 2.74 .0" ,
23
23
"aws-sdk" : " 2.814.0" ,
24
24
"constructs" : " 10.1.85" ,
25
25
"jest" : " 27.5.1" ,
31
31
"@aws-cdk/aws-appsync-alpha" : " 2.59.0-alpha.0" ,
32
32
"@aws-cdk/aws-kinesisfirehose-alpha" : " 2.59.0-alpha.0" ,
33
33
"@aws-cdk/aws-kinesisfirehose-destinations-alpha" : " 2.59.0-alpha.0" ,
34
- "@aws-solutions-constructs/aws-cloudfront-s3" : " 2.30 .0" ,
34
+ "@aws-solutions-constructs/aws-cloudfront-s3" : " 2.38 .0" ,
35
35
"@typescript-eslint/eslint-plugin" : " ^5" ,
36
36
"@typescript-eslint/parser" : " ^5" ,
37
37
"eslint" : " ^8" ,
40
40
"eslint-import-resolver-typescript" : " ^2.7.1" ,
41
41
"eslint-plugin-import" : " ^2.26.0" ,
42
42
"eslint-plugin-prettier" : " ^3.4.1" ,
43
- "aws-cdk" : " 2.59 .0" ,
44
- "aws-cdk-lib" : " 2.59 .0" ,
43
+ "aws-cdk" : " 2.74 .0" ,
44
+ "aws-cdk-lib" : " 2.74 .0" ,
45
45
"cdk-nag" : " 2.16.0" ,
46
46
"constructs" : " 10.1.85" ,
47
47
"source-map-support" : " 0.5.16"
You can’t perform that action at this time.
0 commit comments