Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 486 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 486 Bytes

Sasquatch

A mini-language for specifying complex s3 API operations in a concise manner.

Build Status

    # List objects in "mybucket"
    # Filter object keys matching regex ".*\.mp4"
    # Copy matching objects to "mymp4s"
    > sq 'ls:mymedia | gr:.*\.mp4$ | cp:mymp4s'
      Copying mymedia/hello_world.mp4....Done
      Copying mymedia/sasquatch_sighting!.mp4....