mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-19 10:45:12 +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. |
||
---|---|---|
.. | ||
cache.cpp | ||
cache.h | ||
common_auth.cpp | ||
common.h | ||
curl.cpp | ||
curl.h | ||
fdcache.cpp | ||
fdcache.h | ||
gnutls_auth.cpp | ||
Makefile.am | ||
nss_auth.cpp | ||
openssl_auth.cpp | ||
s3fs_auth.h | ||
s3fs_util.cpp | ||
s3fs_util.h | ||
s3fs.cpp | ||
s3fs.h | ||
string_util.cpp | ||
string_util.h |