Skip to content

Chunked upload / partial updates to object store #4689

Answered by aricart
matthiasharrer asked this question in Q&A
Discussion options

You must be logged in to vote

this actually doesn't work with ObjectStore - the reason being that each chunk is considered to be in-order in the stream. So it is not possible to just update chunk #123 and have it be at the right offset. With that said, there could be different strategies that could be used to implement this with a little more work from the client. You could think of the asset as being made of 100 logical entries on your side (regardless what the storage chunks are), and you could update each of these entries as you see fit. ObjectStore will ensure that the chunks are correct, but you could simply replace the entry that failed as a whole. - IE store large.1, large.2..., large.N - your code can then sim…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@matthiasharrer
Comment options

Answer selected by matthiasharrer
Comment options

You must be logged in to vote
3 replies
@matthiasharrer
Comment options

@gedw99
Comment options

@gedw99
Comment options

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