SingleDownloadOptions
type SingleDownloadOptions = {  maxRetries?: number;  timeoutInSeconds?: number;};
Number of different gateways to attempt on failure
type maxRetries = number;
Optional timeout in seconds for the download request, overrides the default timeout
type timeoutInSeconds = number;