Skip to content
Snippets Groups Projects

Add size and formats for download

Merged Gyan Gupta requested to merge feature/435-add-size-and-formats-for-download into develop
2 files
+ 19
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -24,6 +24,8 @@ class DownloadAllController < Hyrax::DownloadsController
def build_download_file
return redirect_to format: :zip if has_zip_file?
return redirect_to format: :sh if has_shell_file?
# Created id.txt file that store timestamp when we start download
create_or_modify_ts_file
#ToDo: Can we check for this faster than getting list from S3?
list_of_objects, _total_size, format = objects_size_and_file_format
if format == 'zip'
Loading