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.
Is there any particular reason this needs to be an option, rather than simply correcting the HTTP client implementation?