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:
parent
bbfe39ef27
commit
9da01e69f9
2 changed files with 101 additions and 18 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue