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: fixup unformatted uri when S3 getObject fails #12091

Merged
merged 3 commits into from
Dec 19, 2024

Conversation

cole-h
Copy link
Member

@cole-h cole-h commented Dec 19, 2024

Motivation

Fixes #12090.

Context


Add 👍 to pull requests you find important.

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


Drafted because I want to add a test that catches / validates this.

…runs faster

Since networking is disabled in these VMs, trying to talk to the default
cache.nixos.org slows the test down (since it can't resolve it).
@cole-h cole-h force-pushed the fixup-s3-bad-error-formatting branch from 987cad7 to b978fa8 Compare December 19, 2024 19:16
@cole-h cole-h marked this pull request as ready for review December 19, 2024 19:16
@cole-h
Copy link
Member Author

cole-h commented Dec 19, 2024

Added a test that fails before my "fix" commit and succeeds after.

@edolstra edolstra added the backport 2.25-maintenance Automatically creates a PR against the branch label Dec 19, 2024
@edolstra edolstra merged commit 6126007 into NixOS:master Dec 19, 2024
11 checks passed
@cole-h cole-h deleted the fixup-s3-bad-error-formatting branch December 19, 2024 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.25-maintenance Automatically creates a PR against the branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possibly unescaped error: S3 object '%s' does not exist
2 participants