]> git.ipfire.org Git - thirdparty/ccache.git/commit
fix: Generalize expansion of remote storage URLs with sharding
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 15 Dec 2023 19:01:49 +0000 (20:01 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 15 Dec 2023 19:17:36 +0000 (20:17 +0100)
commit829f93c48f2141f4c88f094ae82f728409ecb8d7
treef5eae59dc06581235a3b24ec6dc9a158ddc99bb4
parent762e56a98964faa5fb5f29f563330e8065a3e1df
fix: Generalize expansion of remote storage URLs with sharding

Fixes #1321.
src/storage/Storage.cpp
src/storage/Storage.hpp
src/storage/remote/FileStorage.cpp
src/storage/remote/FileStorage.hpp
src/storage/remote/HttpStorage.cpp
src/storage/remote/HttpStorage.hpp
src/storage/remote/RedisStorage.cpp
src/storage/remote/RedisStorage.hpp
src/storage/remote/RemoteStorage.hpp
test/suites/remote_file.bash
test/suites/remote_http.bash