This repository has been archived by the owner on Sep 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Allow s3 domain name without region in the Content Security Policy for pre-signed url
- Loading branch information
Hu Jin
committed
Aug 25, 2022
1 parent
b16c17b
commit 784d83e
Showing
22 changed files
with
94 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,18 @@ | ||
# Change Log | ||
|
||
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). | ||
|
||
## [1.0.0] - 2022-08-05 | ||
|
||
### Added | ||
|
||
- All files, initial version | ||
|
||
## [1.0.1] - 2022-08-25 | ||
|
||
### Added | ||
|
||
- Allow s3 domain name without region in the Content Security Policy for pre-signed url |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
exports[`stack snapshots 1`] = ` | ||
Object { | ||
"Description": "(SO0190-DataProductService) - Automated Data Analytics on AWS. Version v1.0.0", | ||
"Description": "(SO0190-DataProductService) - Automated Data Analytics on AWS. Version v1.0.1", | ||
"Outputs": Object { | ||
"AdaDataProductServiceApiStackNestedStackApiStackNestedStackResourceC3A35847OutputsAdaDataProductServiceApiStackApiLambdaEventBridgeUpdateDataProductE054F2A1Arn": Object { | ||
"Value": Object { | ||
|
@@ -33,6 +33,14 @@ Object { | |
], | ||
}, | ||
}, | ||
"AdaDataProductServiceFileUploadBucket4C6FA9E4DomainName": Object { | ||
"Value": Object { | ||
"Fn::GetAtt": Array [ | ||
"FileUploadBucket", | ||
"DomainName", | ||
], | ||
}, | ||
}, | ||
"AdaDataProductServiceFileUploadBucket4C6FA9E4Ref": Object { | ||
"Value": Object { | ||
"Ref": "FileUploadBucket", | ||
|
@@ -381,7 +389,7 @@ Object { | |
}, | ||
Object { | ||
"Key": "ApplicationVersion", | ||
"Value": "[email protected].0", | ||
"Value": "[email protected].1", | ||
}, | ||
], | ||
"TemplateURL": Object { | ||
|
@@ -418,7 +426,7 @@ Object { | |
}, | ||
Object { | ||
"Key": "ApplicationVersion", | ||
"Value": "[email protected].0", | ||
"Value": "[email protected].1", | ||
}, | ||
], | ||
"TemplateURL": Object { | ||
|
@@ -907,7 +915,7 @@ Object { | |
}, | ||
Object { | ||
"Key": "ApplicationVersion", | ||
"Value": "[email protected].0", | ||
"Value": "[email protected].1", | ||
}, | ||
], | ||
"TemplateURL": Object { | ||
|
@@ -1122,7 +1130,7 @@ Object { | |
}, | ||
Object { | ||
"Key": "ApplicationVersion", | ||
"Value": "[email protected].0", | ||
"Value": "[email protected].1", | ||
}, | ||
], | ||
"TemplateURL": Object { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.