Skip to content

Add extract class to scan minio bucket

Kristian De Castro requested to merge scanminio into trunk

Ref #39 (closed)

  • Scans s3 ready/pending/ bucket for, at the moment, .mp4 files and moves them to either the ready/error/ bucket or ready/completed/ bucket depending on if they were able to process.
  • Added basic transaction.rb
  • Added extract_spec.rb to test what would be processed and if files that don't adhere to the naming conventions are moved to the ready/error/ bucket
Edited by Kristian De Castro

Merge request reports