Skip to content

refactor(libstore): extract S3 URL parsing into separate files#14131

Merged
xokdvium merged 1 commit intoNixOS:masterfrom
lovesegfault:curl-based-s3-pieces
Oct 1, 2025
Merged

refactor(libstore): extract S3 URL parsing into separate files#14131
xokdvium merged 1 commit intoNixOS:masterfrom
lovesegfault:curl-based-s3-pieces

Conversation

@lovesegfault
Copy link
Member

Motivation

Move ParsedS3URL from s3.cc/.hh into dedicated s3-url.cc/.hh files.
This separates URL parsing utilities (which are protocol-agnostic) from
the AWS SDK-specific S3Helper implementation, making the code cleaner
and enabling reuse by future curl-based S3 implementation.

Context

Extracted from #13752


Add 👍 to pull requests you find important.

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

Move ParsedS3URL from s3.cc/.hh into dedicated s3-url.cc/.hh files.
This separates URL parsing utilities (which are protocol-agnostic) from
the AWS SDK-specific S3Helper implementation, making the code cleaner
and enabling reuse by future curl-based S3 implementation.
@xokdvium xokdvium merged commit 30a6cbe into NixOS:master Oct 1, 2025
15 checks passed
@lovesegfault lovesegfault deleted the curl-based-s3-pieces branch October 1, 2025 19:39
@edolstra edolstra mentioned this pull request Dec 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants