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

put needs to cope with files larger than 150GB #5

Open
keiranmraine opened this issue Dec 1, 2017 · 0 comments
Open

put needs to cope with files larger than 150GB #5

keiranmraine opened this issue Dec 1, 2017 · 0 comments

Comments

@keiranmraine
Copy link

If a file to be pushed back to a server exceeds 150GB the put fails.

The multipart chunk size needs to be automatically resized to allow the upload to proceed. The maximum number of parts is 10,000 and the default to 15MB:

--multipart-chunk-size-mb=SIZE
Size of each chunk of a multipart upload. Files bigger than SIZE are automatically uploaded as multithreaded-multipart, smaller files are uploaded using the traditional method. SIZE is in Mega-Bytes, default chunk size is 15MB, minimum allowed chunk size is 5MB, maximum is 5GB.
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