mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-08 20:55:14 -05:00
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:
parent
75639a3e86
commit
a483eba7d4
10 changed files with 2828 additions and 1691 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue