mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-22 01:30:31 -05:00
Adding demo to demonstrate the use of pre-signed URLs to connect and download from a S3 bucket. Sends multiple GET requests synchronously to download a file in chunks using range headers. Uses a request and response task in addition to the main HTTP servicing task. |
||
|---|---|---|
| .. | ||
| Common | ||
| HTTP_Mutual_Auth | ||
| HTTP_Plaintext | ||
| HTTP_S3_Download | ||
| HTTP_S3_Download_Multithreaded | ||
| HTTP_S3_Upload | ||