Skip to content

Implement S3 multipart upload for chunked uploads #137

Description

@aln730

What


The current chunked upload flow (/upload/chunk and /upload/chunk/finalize) doesn't use real S3 multipart upload. Each chunk is appended to a local temp file and the fully assembled file is uploaded to S3.

Change


Moderate rewrite of chunked uploads.

Metadata

Metadata

Assignees

Type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions