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
@@ -74,6 +74,8 @@ private:
void addToCache(const ValidPathInfo & info, const string & nar);
protected:
NarInfo readNarInfo(const Path & storePath);
public: