Hello everyone, my R2 backend seems to be open for public access, but I'm having the same problem with my website, can anyone help me? I'm using wordpress+Leopard (offload asset).
You can setup Usage Based Notifications under Notifications -> Billing for R2 Storage/Class As/Class Bs, so that it would email/warn you before you exceed free allocation as well
I'm using Zero Trust to protect the bucket, but some of the paths are public to store user's temporally files. I want to setup robots.txt so google don't scrape my bucket
R2 doesn’t return a full URL to the file because the API isn’t aware of all of the ways you might have allowed access to it. You need to construct the link yourself by concatenating the file key
#r2 Hi... i try to upload to R2 storage by presigned but when the image upload from my code the image type will be multipart/form-data; boundary not image/png or image/... and when i try to access it it will download not open in browser.... did i miss something....tnxs