It's often necessary to use unix pipes with `awsudo` credentials injection... ```shell cat foo.csv | awsudo -u staging s3_uploader ``` where **s3_uploader** is a binary that takes `stdin` and stream upload to S3.