dataquest-dev / DSpace

(Official) The DSpace digital asset management system that powers your Institutional Repository
https://wiki.lyrasis.org/display/DSDOC7x/
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

Define max preview of ZIP file - it fails if the file is about 6GB #594

Open milanmajchrak opened 7 months ago

milanmajchrak commented 7 months ago

PR: https://github.com/dataquest-dev/DSpace/pull/630

Currently the ZIP preview is totally switched off by the cfg.

milanmajchrak commented 7 months ago

There is a max file count: https://github.com/dataquest-dev/DSpace/blob/dtq-dev/dspace-server-webapp/src/main/java/org/dspace/app/rest/repository/MetadataBitstreamRestRepository.java#L75

But the file size should be also considered.

milanmajchrak commented 7 months ago

About file size:

Image