Access data on R2

Interesting. @Space You need to use access tokens to use R2 with boto3 right?

I have a use case where I have many unconnected users that I want to allow to access the data for free, as long as they authenticate with my service. However, I don’t want to make a Cloudflare role for all of them. Do you know if there would be a way to let people access the faster downloads with boto3, without needing to distribute access tokens to all of them? Could I have my own proxy service that actually signs the transaction on behalf of authenticated users?

Just wondering your thoughts lol, thank you!
Was this page helpful?