Project

Profile

Help

Issue #6253

closed

Chunked uploads don't work against S3

Added by daviddavis about 4 years ago. Updated about 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Backlog
Sprint:
Sprint 69
Quarter:

Description

The problem is that we're storing chunks in S3 and then trying to write to these files. I think we need to either:

  1. Store the chunks on the filesystem and then when the upload is done, move it to s3
  2. Store the chunks in S3 and pull them down whenever a new chunk comes in, write to them, and then upload them back into S3

Also available in: Atom PDF