Skip to content

[S3] Add support for Trailing checksum headers #1928

@Slamdunk

Description

@Slamdunk

Recently AWS S3 introduced the possibility to send content-length and hash at the end of the HTTP request:
https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#trailing-checksums

This opens up the possibility to send a stream without having the whole content first, which is expecially useful where you don't have enough space in the disk or memory to handle a big file before sending it (i.e. dumping a database directly into S3).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions