Method: Cnvrg::Files#download_files_old
- Defined in:
- lib/cnvrg/files.rb
#download_files_old(files, commit, postfix: '', progress: nil) ⇒ Object
739 740 741 742 743 744 |
# File 'lib/cnvrg/files.rb', line 739 def download_files_old(files, commit, postfix: '', progress: nil) files.each do |file| self.download_file_s3(file, commit, postfix: postfix) progress.progress += 1 if progress.present? end end |