Allow verification of files in Object Storage
Problem to solve
Not all files are stored locally on disc, we need to allow for verification of objects in object storage as well.
Proposal
- Add a GeoNode setting
Allow verification of files in Object Storage - Modify
#checksummable?and.registries_pending_verificationso that checksums are calculated if allowed (this will download the whole file each time) - Modify code that calculates checksums that relies on files being locally stored
- This is inefficient, but we can add optimizations in later iterations
Permissions and Security
TBD
Documentation
TBD
Testing
What does success look like, and how can we measure that?
TBD