Fixed a bug when changing fdentity to a temporary path
Recent Commits to s3fs-fuse:master
-
Fixed a bug when changing fdentity to a temporary path
-
Require C++14 (#2596)
Require C++14 (#2596) This only has some minor additions of std::make_unique, digits separators, std::string literals, and more flexible constexpr. References #2469.
-
Use region instead of endpoint for configuration (#2669)
Use region instead of endpoint for configuration (#2669) This is more consistent with the AWS docs. Generally endpoint refers to an HTTP URL not just the region. Fixes #2668.