1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-18 11:18: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:05:52 -07:00 committed by GitHub
parent a48632f2e0
commit 22d6969d66
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -333,7 +333,6 @@ struct S3BinaryCacheStoreImpl : virtual S3BinaryCacheStore
{
stats.head++;
// error: AWS error fetching 'vjgpmfn7s6vkynymnk8jfx2fcxnsbd6b.narinfo': Unable to parse ExceptionName: ExpiredToken Message: The provided token has expired.
auto res = s3Helper.client->HeadObject(
Aws::S3::Model::HeadObjectRequest()
.WithBucket(config->bucketName)