Created
November 10, 2025 09:46
-
-
Save ao/07167f2a7fb4a4734d7162e170643d6b to your computer and use it in GitHub Desktop.
generate large file and push to cloudflare r2
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
| dd if=/dev/zero bs=1m count=1024 | AWS_DEFAULT_REGION=auto s5cmd --profile cf --endpoint-url https://xxxxxxxxxxxxxx.r2.cloudflarestorage.com pipe s3://your-bucket/largefile.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment