Class: Qiniu::Storage::ChunkProgressNotifier
- Inherits:
-
AbstractClass::ChunkProgressNotifier
- Object
- AbstractClass::ChunkProgressNotifier
- Qiniu::Storage::ChunkProgressNotifier
- Defined in:
- lib/qiniu/resumable_upload.rb
Overview
module AbstractClass
Instance Method Summary collapse
Instance Method Details
#notify(index, progress) ⇒ Object
30 31 32 33 |
# File 'lib/qiniu/resumable_upload.rb', line 30 def notify(index, progress) logmsg = "chunk #{progress[:offset]/Config.settings[:chunk_size]} in block #{index} successfully uploaded.\n" + progress.to_s Utils.debug(logmsg) end |