Skip to content

Commit

Permalink
Update to v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eggoynes committed Apr 24, 2023
1 parent 9e258f9 commit a9df1bf
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 102 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [3.1.2] - 2023-04-20
- Updated object ownership configuration on the S3 buckets.
- Security patching`

## [3.1.1] - 2023-04-03
## [3.1.1] - 2023-04-3
### Added
- Added package-lock.json files to lambda functions.

- Added package-lock.json files to all lambda packages.
## [3.1.0] - 2023-02-28
### Added
- AppRegistry integration
Expand Down
13 changes: 12 additions & 1 deletion deployment/media2cloud-core-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,14 @@ Resources:
UpdateReplacePolicy: Retain
Properties:
BucketName: !Sub ${ResourcePrefix}-${AWS::AccountId}-${AWS::Region}-logs
OwnershipControls:
Rules:
- ObjectOwnership: ObjectWriter
BucketEncryption:
ServerSideEncryptionConfiguration:
-
ServerSideEncryptionByDefault:
SSEAlgorithm: AES256
AccessControl: LogDeliveryWrite
LifecycleConfiguration:
Rules:
-
Expand Down Expand Up @@ -167,6 +169,9 @@ Resources:
AccelerateConfiguration:
AccelerationStatus: Enabled
AccessControl: LogDeliveryWrite
OwnershipControls:
Rules:
- ObjectOwnership: ObjectWriter
LoggingConfiguration:
DestinationBucketName: !Ref LogsBucket
LogFilePrefix: access_logs_ingest_bucket/
Expand Down Expand Up @@ -265,6 +270,9 @@ Resources:
AccelerateConfiguration:
AccelerationStatus: Enabled
AccessControl: LogDeliveryWrite
OwnershipControls:
Rules:
- ObjectOwnership: ObjectWriter
LoggingConfiguration:
DestinationBucketName: !Ref LogsBucket
LogFilePrefix: access_logs_proxy_bucket/
Expand Down Expand Up @@ -351,6 +359,9 @@ Resources:
AccelerateConfiguration:
AccelerationStatus: Enabled
AccessControl: LogDeliveryWrite
OwnershipControls:
Rules:
- ObjectOwnership: ObjectWriter
LoggingConfiguration:
DestinationBucketName: !Ref LogsBucket
LogFilePrefix: access_logs_web_bucket/
Expand Down
24 changes: 2 additions & 22 deletions source/custom-resources/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 2 additions & 24 deletions source/layers/core-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 2 additions & 25 deletions source/layers/image-process-lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 1 addition & 24 deletions source/layers/mediainfo/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions source/layers/mediainfo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"private": true,
"author": "aws-specialist-sa-emea",
"license": "ISC",
"dependencies": {
"xml2js": "^0.4.19"
},
"dependencies": {},
"scripts": {
"pretest": "npm install",
"test": "jest --coverage --coverageDirectory=../../test/coverage-reports/jest/layers/mediainfo/",
Expand Down

0 comments on commit a9df1bf

Please sign in to comment.