Skip to content

Instantly share code, notes, and snippets.

@doyle
Created October 17, 2016 19:51
Show Gist options
  • Star 16 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save doyle/92b0b34cd4804d237ed9661e20e33e5d to your computer and use it in GitHub Desktop.
Save doyle/92b0b34cd4804d237ed9661e20e33e5d to your computer and use it in GitHub Desktop.
Use curl to upload a file to a S3 pre-signed url
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