Hello. I've noticed an unexpected behaviour when creating R2 API Keys. Seems that API keys are bounded to each profile (user account) but not to the organization account?
This is an issue in case a developer that has created API keys leaves the company then we will lose immediate access to R2. Does someone know how to create an account wide API key?
Yeah the issue is that it incurs a read unit each time a nonexistent object is requested where as if the object does exist it is most likely already cached in cdn and won’t incur read
Idk if that will still solve my problem tho. I need the users to see which objects are available and which objects aren’t from the time the visit the website. Right now I’m just using a mongoDB array to store a value indicating whether the object exists. But with egress fees on mongoDB it is so expensive to send each user this data