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:
parent
a48632f2e0
commit
22d6969d66
1 changed files with 0 additions and 1 deletions
|
@ -333,7 +333,6 @@ struct S3BinaryCacheStoreImpl : virtual S3BinaryCacheStore
|
||||||
{
|
{
|
||||||
stats.head++;
|
stats.head++;
|
||||||
|
|
||||||
// error: AWS error fetching 'vjgpmfn7s6vkynymnk8jfx2fcxnsbd6b.narinfo': Unable to parse ExceptionName: ExpiredToken Message: The provided token has expired.
|
|
||||||
auto res = s3Helper.client->HeadObject(
|
auto res = s3Helper.client->HeadObject(
|
||||||
Aws::S3::Model::HeadObjectRequest()
|
Aws::S3::Model::HeadObjectRequest()
|
||||||
.WithBucket(config->bucketName)
|
.WithBucket(config->bucketName)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue