upload-artifact: tests for S3 backend + SigV4 signer #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "test/upload-artifact-s3-sigv4-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
The S3 backend + SigV4 signer had zero tests despite
sigv4.jsclaiming 'Validated in tests against AWS documented example' — the README-primary backend was untested.What
Tests: SigV4 canonical-request / string-to-sign / signature against AWS public documented vectors (offline), plus S3 backend conditional-PUT / multipart / ranged-download / pagination (mocked HTTP). Tests only, no behavior change.
Testing
New S3/sigv4 test suites pass. Backlog rank 15.