You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
amazon S3 now supports sending Trailing Headers. That means trailing checksum x-amz-checksum-sha256 and trailing signature x-amz-trailer-signature. When this happens the HTTP (normal, not trailing) header x-amz-checksum-sha256 is set to constant STREAMING-AWS4-HMAC-SHA256-PAYLOAD-TRAILER.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
amazon S3 now supports sending Trailing Headers. That means trailing checksum x-amz-checksum-sha256 and trailing signature x-amz-trailer-signature. When this happens the HTTP (normal, not trailing) header x-amz-checksum-sha256 is set to constant
STREAMING-AWS4-HMAC-SHA256-PAYLOAD-TRAILER
.I have tried
But all I get is signature invalid.
Whatever I do I cannot get signed payload with x-amz-trailer-signature passing.
Beta Was this translation helpful? Give feedback.
All reactions