mirror of
https://github.com/NixOS/nix
synced 2025-07-18 07:08:27 +02:00
Update src/libstore/s3-binary-cache-store.cc
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
This commit is contained in:
parent
22d6969d66
commit
f786c0b8d1
1 changed files with 0 additions and 2 deletions
|
@ -338,8 +338,6 @@ struct S3BinaryCacheStoreImpl : virtual S3BinaryCacheStore
|
||||||
.WithBucket(config->bucketName)
|
.WithBucket(config->bucketName)
|
||||||
.WithKey(path));
|
.WithKey(path));
|
||||||
|
|
||||||
printError("Checking for file");
|
|
||||||
|
|
||||||
if (!res.IsSuccess()) {
|
if (!res.IsSuccess()) {
|
||||||
auto & error = res.GetError();
|
auto & error = res.GetError();
|
||||||
if (error.GetErrorType() == Aws::S3::S3Errors::RESOURCE_NOT_FOUND
|
if (error.GetErrorType() == Aws::S3::S3Errors::RESOURCE_NOT_FOUND
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue