To notify when files are growing large before they exceed the remote hosting service's file size constraints.
How
Add a check that uses the Locker's get_large_files convenience method and fails a file if it exceed the large file threshold and warns if it is within 20% of it.
What
Add auditree evidence locker large file check
Why
To notify when files are growing large before they exceed the remote hosting service's file size constraints.
How
Add a check that uses the Locker's get_large_files convenience method and fails a file if it exceed the large file threshold and warns if it is within 20% of it.
Test
Works
Context
Closes #23