Skip to content

More customization of transfer via config #99

Closed
@kahkeng

Description

@kahkeng

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

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