R2 help
Hi Friends, I have registered with cloudflare. I am looking for for the following parameter values.
CLOUDFLARE_R2_ACCESS_KEY_ID=xxxxxx -- OK
#2 CLOUDFLARE_R2_SECRET_ACCESS_KEY= -- Help
CLOUDFLARE_R2_BUCKET=mytesting
#4 CLOUDFLARE_R2_ENDPOINT= -- Help
#5 CLOUDFLARE_R2_URL= -- Help
I have developed a Laravel application.
I am having difficulty in getting the values for #2,#4, #5.
Please help. Where to look for these values?
2 Replies
The Secret Access Key would be in the same place that you got the Access Key ID, if you don't see it then you'll have to rotate it to get it again.
The endpoint is just https://<ACCOUNT_ID>.r2.cloudflarestorage.com
I don't know what you mean by #5, would it be a public domain of your bucket?
Also for future reference, would have been good to ask in #r2 instead
Thank you for your reply.