TritonDataCenter / node-manta

Node.js SDK for Manta
75 stars 54 forks source link

want higher level mpu interface #362

Closed bahamat closed 5 years ago

bahamat commented 5 years ago

MPU is great, but managing it, especially when there are a lot of parts can be a bit hairy. I'd like some higher level abstraction that I can just give it a large file and let it do the dirty work for me.

E.g.:

mput --multi-part=5M -f bigfile ~~/stor/bigfile

Where --multi-part takes an argument of the part size to break bigfile into, and then mput handles the rest.

jordanhendricks commented 5 years ago

I think this is pretty similar to #301. Tim started the work for it (https://cr.joyent.us/#/c/3107/), but at some point work on it stopped.

bahamat commented 5 years ago

You’re right, that is. Looking forward to it!