I have explored R2 functionality and noticed that there is no ability to create token with access to only specific R2 bucket.
Only option is to create token that permits access to all buckets inside account.
But how do I create a token with access to only one bucket?
With a microservice based architecture we want each service having access only to certain bucket.
So it means, that each small service will have access to all buckets in our infrastructure, which in unacceptable.
How do we handle it with Cloudflare R2 buckets? Is this topic addressed somehow?
Presigned URLs are on the way too so you could give your backup task a URL that it can use purely to upload and nothing else - should be landing in the near future.