Module: Cnvrg::Downloader

Defined in:
lib/cnvrg/downloader/client.rb,
lib/cnvrg/downloader/clients/s3_client.rb,
lib/cnvrg/downloader/clients/gcp_client.rb,
lib/cnvrg/downloader/clients/azure_client.rb

Defined Under Namespace

Modules: Clients Classes: Client

Constant Summary collapse

OLD_SERVER_VERSION_MESSAGE =
"Your server version is not relevant for this cli version please contact support for further help."
MAXIMUM_BACKOFF =
64
RETRIES =
ENV['UPLOAD_FILE_RETRIES'].try(:to_i) || 20

Instance Attribute Summary collapse

Instance Attribute Details

#bucketObject

Returns the value of attribute bucket.



7
8
9
# File 'lib/cnvrg/downloader/client.rb', line 7

def bucket
  @bucket
end

#clientObject

Returns the value of attribute client.



7
8
9
# File 'lib/cnvrg/downloader/client.rb', line 7

def client
  @client
end