-
- Downloads
Merge branch 'feature/s3_storage' into 'develop'
Feature/s3 storage See merge request FDM/rdm-system/rdms!26
No related branches found
No related tags found
Showing
- .env.template 11 additions, 0 deletions.env.template
- .env.template.development 11 additions, 0 deletions.env.template.development
- hyrax/Gemfile 3 additions, 1 deletionhyrax/Gemfile
- hyrax/Gemfile.lock 5 additions, 0 deletionshyrax/Gemfile.lock
- hyrax/app/actors/hyrax/actors/file_actor.rb 200 additions, 0 deletionshyrax/app/actors/hyrax/actors/file_actor.rb
- hyrax/app/actors/hyrax/actors/file_set_actor.rb 176 additions, 0 deletionshyrax/app/actors/hyrax/actors/file_set_actor.rb
- hyrax/app/helpers/hyrax_helper.rb 25 additions, 0 deletionshyrax/app/helpers/hyrax_helper.rb
- hyrax/app/jobs/attach_files_to_work_job.rb 76 additions, 0 deletionshyrax/app/jobs/attach_files_to_work_job.rb
- hyrax/app/jobs/ingest_job.rb 19 additions, 0 deletionshyrax/app/jobs/ingest_job.rb
- hyrax/app/models/bulkrax/file_factory.rb 152 additions, 0 deletionshyrax/app/models/bulkrax/file_factory.rb
- hyrax/app/models/crc_dataset.rb 13 additions, 0 deletionshyrax/app/models/crc_dataset.rb
- hyrax/app/models/hyrax/uploaded_file.rb 48 additions, 0 deletionshyrax/app/models/hyrax/uploaded_file.rb
- hyrax/app/services/prepare_csv_from_crc_folder.rb 35 additions, 23 deletionshyrax/app/services/prepare_csv_from_crc_folder.rb
- hyrax/app/services/s3_storage_service.rb 156 additions, 0 deletionshyrax/app/services/s3_storage_service.rb
- hyrax/app/uploaders/hyrax/uploaded_file_uploader.rb 26 additions, 0 deletionshyrax/app/uploaders/hyrax/uploaded_file_uploader.rb
- hyrax/app/views/hyrax/collections/show.html.erb 1 addition, 1 deletionhyrax/app/views/hyrax/collections/show.html.erb
- hyrax/app/views/hyrax/dashboard/collections/show.html.erb 1 addition, 1 deletionhyrax/app/views/hyrax/dashboard/collections/show.html.erb
- hyrax/app/views/hyrax/file_sets/_actions.html.erb 53 additions, 0 deletionshyrax/app/views/hyrax/file_sets/_actions.html.erb
- hyrax/app/views/hyrax/file_sets/media_display/_audio.html.erb 25 additions, 0 deletions...x/app/views/hyrax/file_sets/media_display/_audio.html.erb
- hyrax/app/views/hyrax/file_sets/media_display/_default.html.erb 10 additions, 0 deletions...app/views/hyrax/file_sets/media_display/_default.html.erb
Loading
Please register or sign in to comment