Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libstore S3: fix progress bar and make file transfers interruptible #12538

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NaN-git
Copy link

@NaN-git NaN-git commented Feb 20, 2025

Motivation

At the moment the progress bar is not showing the upload/download progress when uploading to or downloading from S3 buckets. Also uploads are not interruptible.

Context

Fixes #12084 and #11678.

TODO: All files are downloaded and decompressed in memory without any streaming. This should be fixed in the future.


Add 👍 to pull requests you find important.

The Nix maintainer team uses a GitHub project board to schedule and track reviews.

@NaN-git NaN-git requested a review from Ericson2314 as a code owner February 20, 2025 16:24
@github-actions github-actions bot added the store Issues and pull requests concerning the Nix store label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
store Issues and pull requests concerning the Nix store
Projects
None yet
Development

Successfully merging this pull request may close these issues.

nix copy --to s3:// progress bar is incorrect
1 participant