14 Commits (14c88ec5044fb4f36c7908e953835b2b77dd4608)

Author SHA1 Message Date
chrislu 14c88ec504 fix: use current time for signatures instead of hardcoded past date 1 week ago
Chris Lu 3c445156ac
Update weed/s3api/chunked_reader_v4_test.go 1 week ago
chrislu c36e941ba7 refactor: calculate chunk data length dynamically instead of hardcoding 1 week ago
chrislu d131f04eab docs: clarify test comment about trailer signature validation status 1 week ago
chrislu 5cdbafe9e8 refactor: extract createTrailerStreamingRequest helper to reduce test duplication 1 week ago
chrislu f0eb4dc8cb test: handle crc32 Write error return for completeness 1 week ago
chrislu 4d0b85c016 test: add negative test for invalid trailer signature 1 week ago
chrislu e29ccf9f2f test: separate canonical trailer text (\n) from on-wire format (\r\n) 1 week ago
chrislu 8c5900e80f address review comments: add trailer signature to test, fix constant alignment 1 week ago
chrislu a4aa7ded43 s3: support STREAMING-AWS4-HMAC-SHA256-PAYLOAD-TRAILER for signed chunked uploads with checksums 1 week ago
Chris Lu b7e3284fc5
S3: fix TestSignedStreamingUploadInvalidSignature test (#7421) 1 month ago
Tom Crasset 824dcac3bf
s3: combine all signature verification checks into a single function (#7330) 2 months ago
Tom Crasset 9604db2c93
implement s3 streaming-unsigned-payload-trailer (#6539) 10 months ago
Tom Crasset a7b964af96
add s3 signature tests and prepare implementation of STREAMING-UNSIGNED-PAYLOAD-TRAILER (#6525) 10 months ago