#1042867 debmirror: add option to URL-encode paths when fetching packages using http to support repos in AWS S3

#1042867#5
Date:
2023-08-02 00:32:59 UTC
From:
To:
Dear Maintainer,

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.

#1042867#10
Date:
2023-08-02 09:37:52 UTC
From:
To:
Is there any particular reason this needs to be an option, rather than
simply correcting the HTTP client implementation?