Created
October 8, 2019 16:00
-
-
Save marvin-marvin/95415794bbc889d6f4841c427f2720ac to your computer and use it in GitHub Desktop.
curl put speedtest
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 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