mirror of
https://github.com/wahyd4/ruby-sdk.git
synced 2026-08-09 12:56:21 +10:00
删除非必需的初始化key参数。
This commit is contained in:
+2
-2
@@ -247,8 +247,8 @@ module Qiniu
|
||||
|
||||
block_count = _block_count(fsize)
|
||||
|
||||
chunk_notifier = ChunkProgressNotifier.new(key)
|
||||
block_notifier = BlockProgressNotifier.new(key)
|
||||
chunk_notifier = ChunkProgressNotifier.new()
|
||||
block_notifier = BlockProgressNotifier.new()
|
||||
|
||||
progresses = []
|
||||
block_count.times{progresses << _new_block_put_progress_data}
|
||||
|
||||
Reference in New Issue
Block a user