apt-transport-s3
apt-transport-s3 copied to clipboard
Acquire::s3::Proxy DIRECT does not bypass proxy for s3 URLs
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
Hi Mikhail, Did you solved the issue with apt-cacher[ng] and s3 transport??
Any of you guys found a solution for this issue?
no