pariyatti / kosa

Digital library service
GNU Affero General Public License v3.0
8 stars 3 forks source link

kutis.storage - ActiveStorage Equivalent #26

Open deobald opened 3 years ago

deobald commented 3 years ago
  1. [x] wire up to image-handler
  2. [x] NEXT: try "resources/storage" instead of "resources/public/uploads"
  3. [x] get file root from config
  4. [x] grab byte-size and checksum
  5. [x] blake2b instead of clojure hash
  6. [x] write high-level tests
  7. [x] sanity the bytearray approach
  8. [x] restrict filetypes — ActiveStorage doesn't do this (in-library) so we won't, either.