Updated HTTP S3 download demo to show SigV4 usage (#696)

* Updated HTTP S3 download demo to show SigV4 usage

* Fixed missing config in demo_config

* Added dynamic sha256 payload compute

* Fixed some compiler warnings

* Fixed some comments

* remove unused code

* Spell check updates

* Core check fix
This commit is contained in:
tianmc1 2021-11-16 14:47:02 -08:00 committed by GitHub
parent 75639a3e86
commit a483eba7d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 2828 additions and 1691 deletions

View file

@ -24,6 +24,13 @@ dependencies:
url: "https://github.com/FreeRTOS/coreJSON.git"
path: "FreeRTOS-Plus/Source/coreJSON"
- name: "sigv4"
version: "1945a7e"
repository:
type: "git"
url: "https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk.git"
path: "FreeRTOS-Plus/Source/AWS/sigv4"
- name: "coreHTTP"
version: "v2.1.0"
repository: