Skip to content

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

@keiranmraine

Description

@keiranmraine

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions