@Chaika this page states issues with Workers KV and pages. Is the R2 issue also included in there or
@Chaika this page states issues with Workers KV and pages. Is the R2 issue also included in there or is that a separate issue?
This incident affects: Cloudflare Sites and Services (Access, Dashboard, Pages, Workers KV).
https://${accountId}.r2.cloudflarestorage.com/${bucketName}/${key} has not worked for me. When using wrangler pages dev I get broken images in dev after successful uploads, so I have to deploy it and test with the public r2.dev url to see the image uploads working. Any help would be greatly appreciated.accountid.eu.r2.cloudflarestorage.cominvalid upstream creds etc.cf-r2-jurisdiction: eu as a request header.https://${accountid}.r2.cloudflarestorage.com,${access_key_id},${access_key_secret},The information is judged to be likely to cause significant disruption to the safety of the country or society, such as being targeted by a cyberattack, if disclosed, or there is a substantial reason to believe that disclosure would significantly impair the fair performance of business.https://${accountId}.r2.cloudflarestorage.com/${bucketName}/${key}accountid.eu.r2.cloudflarestorage.comcurl -X PUT https://api.cloudflare.com/client/v4/accounts/{account_id}/r2/buckets/{bucket_name}/sippy \
--header "Authorization: Bearer <API_TOKEN>" \
--data '{"provider": "AWS", "bucket": "<AWS_BUCKET_NAME>", "zone": "<AWS_REGION>","key_id": "<AWS_ACCESS_KEY_ID>", "access_key":"<AWS_SECRET_ACCESS_KEY>", "r2_key_id": "<R2_ACCESS_KEY_ID>", "r2_access_key": "<R2_SECRET_ACCESS_KEY>"}'invalid upstream credscf-r2-jurisdiction: euhttps://${accountid}.r2.cloudflarestorage.com${access_key_id}${access_key_secret}$ wrangler r2 object put bucket-name/object-cache-latest.zip --file object-cache-latest.zip