#!/usr/bin/python
from bigsky.outputs.s3_import import main
import sys

sys.exit(main())
