Closed
Description
I would like to be able to customize various aspects of the transfer (buffer size, number of retries per part or total, etc) which are currently hardcoded as constants in TransferClient.h or UploadFileRequest.cpp.
There's a TransferClientConfiguration struct currently used for specifying the upload buffer count, but that's only used inside TransferClient. If re-using this struct for the above configurable parameters is desirable, what would be the best way to make this available to UploadFileRequest from TransferClient? Would passing this config in via the constructors of UploadFileRequest be reasonable? If so, I could submit a pull request for this.
Metadata
Metadata
Assignees
Labels
No labels