To give more details on the procedure, you should first take a look at how the customization changed the BitstreamStorageManager class compared to how that class looked at that time. So you need to look at the diff of these two contemporary files:
https://github.com/DSpace/DSpace/commit/9ae95a94e79e80eeda99280857b4516734b4135d#dspace-api/src/main/java/org/dspace/storage/bitstore/BitstreamStorageManager.java https://www.irods.org/dspace/BitstreamStorageManager.java And port those differences to the file as it looks today: https://github.com/DSpace/DSpace/blob/master/dspace-api/src/main/java/org/dspace/storage/bitstore/BitstreamStorageManager.java In addition, the wiki page mentions adding the jargon.jar library as a dependency. You would do that here: https://github.com/DSpace/DSpace/blob/master/pom.xml#L443 The dspace.cfg changes are pretty clear. That's the development part. Then you need to make sure it works in your environment. Then I can help with the administrative part (GitHub and Jira) of filing the feature request. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Try New Relic Now & We'll Send You this Cool Shirt New Relic is the only SaaS-based application performance monitoring service that delivers powerful full stack analytics. Optimize and monitor your browser, app, & servers with just a few lines of code. Try New Relic and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

