Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net: lib: aws_fota: Add single url option to job parser #11938

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

fnawratil
Copy link
Contributor

Previously the AWS FOTA job parser only supported passing firmware update URLs using split hostname and path fields.
Now a combined URL field is supported alternatively.
This is required for presigned AWS S3 URLs.

Additionally the maximum lengths for the parsed hostname and file path are now given as parameters.

@github-actions github-actions bot added changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. doc-required PR must not be merged without tech writer approval. labels Aug 2, 2023
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Aug 2, 2023

Test specification

CI/Jenkins/NRF

  • Integration Platforms

CI/Jenkins/integration

Test Module File based changes Manually selected West overwrite
test-ci-nrfconnect-boot-fw-update X

Detailed information of selected test modules

Note: This message is automatically posted and updated by the CI

@fnawratil fnawratil force-pushed the fota-single-url branch 2 times, most recently from 86df7b5 to 1b10382 Compare August 2, 2023 15:03
@github-actions github-actions bot removed the changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. label Aug 2, 2023
@fnawratil fnawratil force-pushed the fota-single-url branch 2 times, most recently from efe33d8 to f43063f Compare August 3, 2023 07:59
@fnawratil fnawratil force-pushed the fota-single-url branch 2 times, most recently from aede137 to 4bd87f9 Compare August 3, 2023 09:37
@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

@fnawratil fnawratil force-pushed the fota-single-url branch 6 times, most recently from 4236189 to 2bc8ce0 Compare August 4, 2023 13:30
@b-gent b-gent requested a review from wiba-nordic August 7, 2023 09:08
@fnawratil fnawratil force-pushed the fota-single-url branch 2 times, most recently from ec8c587 to 2af4c7b Compare August 7, 2023 12:24
Previously the AWS FOTA job parser only supported passing
firmware update URLs using split hostname and path fields.
Now a combined URL field is supported alternatively.
This is required for presigned AWS S3 URLs.

Additionally the maximum lengths for the host and file
path are now passed from the caller to the job parser.

Co-authored-by: Joshua Crawford <joshua.crawford@levno.com>
Signed-off-by: Fabian Nawratil <fabian.nawratil@nordicsemi.no>
@rlubos rlubos merged commit 4899d86 into nrfconnect:main Aug 8, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-required PR must not be merged without tech writer approval.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants