Method: COS::COSFile#download
- Defined in:
- lib/cos/file.rb
#download(file_store, options = {}) {|Float| ... } ⇒ String
下载当前文件, 支持断点续传, 支持多线程
131 132 133 |
# File 'lib/cos/file.rb', line 131 def download(file_store, = {}, &block) bucket.download(self, file_store, , &block) end |