Skip to content

Commit 9671687

Browse files
author
Bob Strahan
committed
fix #19: Cloudformation Error when Changing Evaluation Bucket Name
1 parent 69c33b3 commit 9671687

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ SPDX-License-Identifier: MIT-0
88
## [0.3.6]
99

1010
### Fixed
11-
- update Athena/Glue table configuration to use Parquet format instead of JSON #20
12-
- unable to delete all features from textract features #18
11+
- Update Athena/Glue table configuration to use Parquet format instead of JSON #20
12+
- Unable to delete all features from textract features #18
13+
- Cloudformation Error when Changing Evaluation Bucket Name #19
1314

1415
### Added
1516
- **Extended Document Format Support in OCR Service**

template.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ Metadata:
420420
default: "Evaluation"
421421
Parameters:
422422
- EvaluationBaselineBucketName
423-
- ReportingBucketName
424423
- EvaluationAutoEnabled
425424
- Label:
426425
default: "Reporting"
@@ -482,8 +481,6 @@ Metadata:
482481
default: "Post Processing Lambda Hook Function ARN"
483482
EvaluationBaselineBucketName:
484483
default: "Evaluation Baseline Bucket Name"
485-
ReportingBucketName:
486-
default: "Reporting Bucket Name"
487484
EvaluationAutoEnabled:
488485
default: "Evaluation Auto Enabled"
489486
ReportingBucketName:

0 commit comments

Comments
 (0)