Skip to content

A mini-language and command line interpreter for specifying complex s3 API operations in a concise manner.

License

Notifications You must be signed in to change notification settings

tmacro/sasquatch

Repository files navigation

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....

About

A mini-language and command line interpreter for specifying complex s3 API operations in a concise manner.

Resources

License

Stars

Watchers

Forks

Packages

No packages published