On 2023-08-02 02:37, Colin Watson wrote:
On Tue, Aug 01, 2023 at 05:32:59PM -0700, Richard Landster wrote:
When using debmirror to mirror from a package repository hosted in an
AWS
S3 bucket debmirror fails to fetch files containing characters that
have a
plus sign ("+") as AWS S3 expects such fetches to use a URL-encoded
path,
but debmirror does not do any URL-encoding.
Please add a command-line option that turns on URL-encoding when
fetching
packages using http or https.
Is there any particular reason this needs to be an option, rather than
simply correcting the HTTP client implementation?
Not using an option and, instead, correcting for all repositories is
fine with me.