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

Add an option to mput that will upload a file using the Manta multipart upload API #301

Open
jordanhendricks opened this issue Mar 24, 2017 · 0 comments

Comments

@jordanhendricks
Copy link
Contributor

Once the multipart upload code is integrated into master on manta-muskie, it would be nice to have a command line tool that just takes a file as input and does the process of a multipart upload for you, including chunking the file up into parts as needed.

I could see this as its own m* command in node-manta, but I think it might also be nice to just provide a flag to mput (perhaps --multipart), which, combined with -f, will chunk the file and do the multipart upload process for you.

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

No branches or pull requests

1 participant