Skip to content

ChunkStorage using non-local disk? #164

Answered by pionl
ChaDonSom asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ChaDonSom , well the problem is, it would not be effective to do it if you do not need scaling... But I would probably use the official way how to upload file to S3 using chunks, something like this: https://aws.amazon.com/blogs/compute/uploading-large-objects-to-amazon-s3-using-multipart-upload-and-transfer-acceleration/

All the chunks would be uploaded to S3. Then to merge it we would have to download all the files and then merge it (this would still require storage on the disk).

But, it could be interesting to add support to a next version of the package (I think the package needs some refactoring to be more stable and up to date to latest trends). I think i will probably need the …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ChaDonSom
Comment options

@pionl
Comment options

Answer selected by ChaDonSom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants