Created
October 17, 2016 19:51
-
-
Save doyle/92b0b34cd4804d237ed9661e20e33e5d to your computer and use it in GitHub Desktop.
Use curl to upload a file to a S3 pre-signed url
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X PUT -T test_s3.txt -L "https://your-bucket.s3.amazonaws.com/url-stuff" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment