forked from lix-project/hydra
Some more logging
This commit is contained in:
parent
45b237453a
commit
2feb17c681
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue