Hi there! I'm running a Docker container on a VPS. I want to write a shell script that can put fil
Hi there!
I'm running a Docker container on a VPS. I want to write a shell script that can
put files from the container into a Cloudflare R2 bucket. I've read through the
docs, and it seems like my best options are: wrangler, rclone, aws CLI, Workers API.
Is it not possible to simply use a curl command to a Cloudflare REST API
endpoint? For example:
I'd prefer to do something like this, rather than add
for the help!
I'm running a Docker container on a VPS. I want to write a shell script that can
put files from the container into a Cloudflare R2 bucket. I've read through the
docs, and it seems like my best options are: wrangler, rclone, aws CLI, Workers API.
Is it not possible to simply use a curl command to a Cloudflare REST API
endpoint? For example:
I'd prefer to do something like this, rather than add
wrangler, rclone oraws to my Docker container, or spin up a Cloudflare Worker. Thanks in advancefor the help!

