apt-transport-s3 icon indicating copy to clipboard operation
apt-transport-s3 copied to clipboard

Acquire::s3::Proxy DIRECT does not bypass proxy for s3 URLs

Open mbautin opened this issue 12 years ago • 3 comments

Hello,

We've been setting up an apt-cacher-ng server, and our apt sources include a combination of http and s3. apt-cacher-ng does not work with s3 URLs, so we've been trying to skip those URLs and not go through apt-cacher. However, adding the "Acquire::s3::Proxy DIRECT" line to apt-config does not work. It would be great to have that as a way to bypass proxy for all s3 URLs. What we ended up doing was

Acquire::http::Proxy::<our_repo_domain_name_on_s3> "DIRECT";

which has the downside that we have to spell out the domain name to ignore.

Thanks, Mikhail

mbautin avatar Nov 13 '12 19:11 mbautin

Hi Mikhail, Did you solved the issue with apt-cacher[ng] and s3 transport??

zoza avatar Nov 20 '13 14:11 zoza

Any of you guys found a solution for this issue?

araujobsd avatar Mar 04 '20 09:03 araujobsd

no

zoza avatar Mar 04 '20 14:03 zoza