Discuss this help topic in SecureBlackbox Forum
Specifies the chunk size for chunked upload.
Declaration
Description
Specifies the chunk size if chunked_upload method is used to write files to the storage. The larger is the chunk size, the less upload calls will be created, and the faster is the upload. However, each time the upload is interrupted, it will restart from the last chunk. The default value is 4194304 bytes (4 MB).