Hi Team,
I have a machine behind Cloudflare Access that is hosting a Minio instance. Web access to minio works fine via a DNS entry that is routed into the Tunnel.
When I would like to mount the Object storage using S3FS-Fuse, it is not working. The reason for that is Cloudflare for some reason removing the Content-Length header, that will render the s3fs PUTS to error.
- I have tested same setup, nativly working fine, so the issue is sure with Cloudflare
- When I go to CF, and create a dedicated Page rule, enable Caching always, this error is gone, but the connection is still not working. In this case I get 404 or 403.
Anybody could use s3fs / Minio via CloudFlare Access?