Skip to content

Commit

Permalink
Update to v3.1.0
Browse files Browse the repository at this point in the history
### Added
- AppRegistry integration
- SonarQube properties file

### Changed
- Code fixes for SonarQube
  • Loading branch information
tabdunabi authored Feb 28, 2023
2 parents 0332900 + f3f7632 commit 7ce74c8
Show file tree
Hide file tree
Showing 277 changed files with 16,716 additions and 1,884 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@ open-source
*.key
*.vtt

### Coverage folders for testing
coverage
coverage-reports
source/test
source/test/*
source/coverage-reports
.scannerwork/

### ignore webapp compiled JS files
source/webapp/common-bundle-dev.js
source/webapp/solution-manifest.js
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ 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.0] - 2023-02-28
### Added
- AppRegistry integration
- SonarQube properties file

### Changed
- Code fixes for SonarQube

### Contributors
* @sandimciin
* @eggoynes

## [3.0.0] - 2022-02-01
### Added
- Amazon Rekognition Custom Labels model support
Expand Down
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# AWS Media2Cloud on AWS Solution Version 3
# AWS Media2Cloud Solution Version 3

## Table of contents
* [What's new in V3](#whats-new-in-v3)
Expand Down Expand Up @@ -31,7 +31,7 @@ __

## Introduction

The Media2Cloud on AWS solution is designed to demonstrate a serverless ingest and analysis framework that can quickly setup a baseline ingest and analysis workflow for placing video, image, audio, and document assets and associated metadata under management control of an AWS customer. The solution will setup the core building blocks that are common in an ingest and analysis strategy:
AWS Media2Cloud solution is designed to demonstrate a serverless ingest and analysis framework that can quickly setup a baseline ingest and analysis workflow for placing video, image, audio, and document assets and associated metadata under management control of an AWS customer. The solution will setup the core building blocks that are common in an ingest and analysis strategy:
* Establish a storage policy that manages master materials as well as proxies generated by the ingest process.
* Provide a unique identifier (UUID) for each master video asset.
* Calculate and provide a MD5 checksum.
Expand Down Expand Up @@ -122,14 +122,6 @@ __
__
## Anonymous Metrics
This solution collects anonymous operational metrics to help AWS improve the
quality of features of the solution. For more information, including how to disable
this capability, please see the [implementation guide](https://docs.aws.amazon.com/solutions/latest/media2cloud/appendix-i.html).
## License
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
Expand Down
Empty file modified deployment/build-open-source-dist.sh
100644 → 100755
Empty file.
Empty file modified deployment/build-s3-dist.sh
100644 → 100755
Empty file.
Loading

0 comments on commit 7ce74c8

Please sign in to comment.