Class: Qiniu::Storage::BlockProgressNotifier

Inherits:
AbstractClass::BlockProgressNotifier
  • Object
show all
Defined in:
lib/qiniu/resumable_upload.rb

Overview

class ChunkProgressNotifier

Instance Method Summary collapse

Instance Method Details

#notify(index, checksum) ⇒ Object



37
38
39
40
# File 'lib/qiniu/resumable_upload.rb', line 37

def notify(index, checksum)
    Utils.debug "block #{index}: {ctx: #{checksum}} successfully uploaded."
    Utils.debug "block #{index}: {checksum: #{checksum}} successfully uploaded."
end