Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

concat should support parallel writing #3

Open
JoshWillik opened this issue Sep 27, 2022 · 0 comments
Open

concat should support parallel writing #3

JoshWillik opened this issue Sep 27, 2022 · 0 comments

Comments

@JoshWillik
Copy link

The reason I was interested in this tool was to merge ~2TB (3gb chunks) of data without downloading it to a middleman server first.
Doing this in serial will take too long.
I'm not great with rust but I I ended up creating a copycat project in javascript to do this
https://gitlab.com/joshwillik/s3-concat (in case you want to read my implementation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant