1
0
Fork 0
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:
m4dc4p 2025-07-12 08:06:09 -07:00 committed by GitHub
parent 22d6969d66
commit f786c0b8d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -338,8 +338,6 @@ struct S3BinaryCacheStoreImpl : virtual S3BinaryCacheStore
.WithBucket(config->bucketName)
.WithKey(path));
printError("Checking for file");
if (!res.IsSuccess()) {
auto & error = res.GetError();
if (error.GetErrorType() == Aws::S3::S3Errors::RESOURCE_NOT_FOUND