Some more logging

This commit is contained in:
Eelco Dolstra 2016-03-08 13:08:07 +01:00
parent 45b237453a
commit 2feb17c681

View file

@ -144,6 +144,8 @@ void S3BinaryCacheStore::upsertFile(const std::string & path, const std::string
std::string S3BinaryCacheStore::getFile(const std::string & path)
{
printMsg(lvlDebug, format("fetching s3://%1%/%2%...") % bucketName % path);
auto request =
Aws::S3::Model::GetObjectRequest()
.WithBucket(bucketName)