but how can I see the number of operations and the size of the bucket if the dash isn't loading?
but how can I see the number of operations and the size of the bucket if the dash isn't loading?

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.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.curl -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>"}'