Cloudflare b2-proxy

Hi guys, I have a backblaze bucket connected to my nexcloud instance, I want to make all communication between nexcloudcloud and backblaze go through cloudflare
To try to make that work create a cloudflare worker using the repository

After the worker is running nextcloud doesn’t connect using the worker url, but I can upload one or more files using the aws command line and the worker url
Can someone tell me what could be going on?

1 Like

well, I spent a night try to configure this, at last I figured out that this repo is use js to rewrite the url of a request, but nextcloud use aws php sdk to get s3 connection, so there is something wrong when the CF worker rewriting the request.


this is Real-time Logs from cloudflare worker

Therefore, a more possible way to achieve the goal is try other way to rewrite the host at CF.