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

3
.gitmodules vendored
View file

@ -58,6 +58,9 @@
[submodule "FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos"]
path = FreeRTOS/Demo/ThirdParty/Partner-Supported-Demos
url = https://github.com/FreeRTOS/FreeRTOS-Partner-Supported-Demos
[submodule "FreeRTOS-Plus/Source/AWS/sigv4"]
path = FreeRTOS-Plus/Source/AWS/sigv4
url = https://github.com/aws/SigV4-for-AWS-IoT-embedded-sdk.git
[submodule "FreeRTOS-Plus/Source/FreeRTOS-Cellular-Interface"]
path = FreeRTOS-Plus/Source/FreeRTOS-Cellular-Interface
url = https://github.com/FreeRTOS/Lab-Project-FreeRTOS-Cellular-Library.git