mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-02-13 15:58:39 +00:00
7212072ff0
When the scheme is omitted in URL overriding (for example `example.com` instead of `https://example.com`), s3fs is modifying the URL by inserting `s3.` in the middle of the name (`examples3..com`). This can be a bit difficult to troubleshoot and curl seems to handle schema-less requests just fine. So, just handle this case correctly.