Post uploaded CSV data to S3

I want to post the CSV I have uploaded to my app via the uploader component to Amazon S3 (via a pre-signed URL). What’s the simplest way to do that? Right now I am reading the data into a data-frame and then recreating the CSV. How can I grab the uploaded raw csv file and just post that.