1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

libstore S3: fix progress bar and make file transfers interruptible

This commit is contained in:
Philipp Otterbein 2025-02-19 18:51:02 +01:00 committed by Jörg Thalheim
parent bbfe39ef27
commit 9da01e69f9
2 changed files with 101 additions and 18 deletions

View file

@ -789,10 +789,6 @@ struct curlFileTransfer : public FileTransfer
S3Helper s3Helper(profile, region, scheme, endpoint);
Activity act(*logger, lvlTalkative, actFileTransfer,
fmt("downloading '%s'", request.uri),
{request.uri}, request.parentAct);
// FIXME: implement ETag
auto s3Res = s3Helper.getObject(bucketName, key);
FileTransferResult res;