just curious, I’m trying to authenticate r2 in a GitHub actions runner. But cloudflare keeps rejecti
just curious, I’m trying to authenticate r2 in a GitHub actions runner. But cloudflare keeps rejecting the ticket
Is this syntax correct or not?
run: |
curl -X PUT "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT/r2/buckets/$BUCKET/objects/output.mp4" \
-H "Authorization: Bearer SECRET" \
-H "Content-Type: video/mp4" \
Is this syntax correct or not?
run: |
curl -X PUT "https://api.cloudflare.com/client/v4/accounts/$ACCOUNT/r2/buckets/$BUCKET/objects/output.mp4" \
-H "Authorization: Bearer SECRET" \
-H "Content-Type: video/mp4" \
