Skip to content

Instantly share code, notes, and snippets.

@marvin-marvin
Created October 8, 2019 16:00
Show Gist options
  • Save marvin-marvin/95415794bbc889d6f4841c427f2720ac to your computer and use it in GitHub Desktop.
Save marvin-marvin/95415794bbc889d6f4841c427f2720ac to your computer and use it in GitHub Desktop.
curl put speedtest
# curl put speedtest
dd if=/dev/urandom of=testfile bs=200M count=1
curl -OLvkX PUT -T testfile https://s3-host/testfile | tee /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment