We have an internal S3 implementation at the firm, which is currently used by other teams using Java and Python. But for our purposes we must have the data accessible using filesystem calls, so I'm trying to mount a bucket using s3fs. The endpoint is s3.example.net, port 5443, and the bucket's name bucket-lab-1. The tenant-name is foo... Trying to mount it as: s3fs -o url=https://s3.example.net:5443 -o curldbg -d bucket-lab-1 /s3/bucket-lab-1 I get a silent failure. In syslog there is a messa...