#!/usr/bin/env python
"""
Recursively sync a file directory to S3
"""
import tigre 

if __name__ == '__main__':
    tigre.do_it()
