S3BinaryCacheStore::isValidPath(): Do a GET instead of HEAD

This commit is contained in:
Eelco Dolstra
2016-02-19 17:41:11 +01:00
parent bd76f9120a
commit 2b76094a23
4 changed files with 33 additions and 3 deletions

View File

@@ -39,6 +39,8 @@ public:
const Stats & getS3Stats();
bool isValidPath(const Path & storePath) override;
private:
Stats stats;