Currently when a temp file is generated for data to be written into (and checksums to be calculated), we are using the default settings which relies on the JVM/system settings. This can potentially cause hashstore objects to be only accessible by a specific user (or specific group, which we made not want to add users to).
Hashstore objects should be group-readable so that we can set-up proper access control to external services (ex. metadig).
To Do: