aws / aws-iot-device-sdk-embedded-C

SDK for connecting to AWS IoT from a device using embedded C.
MIT License
974 stars 622 forks source link

Fix HTTP demo S3 download description. #1892

Closed gregbreen closed 8 months ago

gregbreen commented 9 months ago

Issue #, if available:

None.

Description of changes:

The download demo comments were wrongly describing the use of a presigned URL. The upload demo uses a presigned URL, but the download demo uses credential provider.

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

tony-josi-aws commented 9 months ago

@gregbreen, thanks for taking time to create this PR.