kyleshank / apt-transport-s3

additional "s3" protocol for apt so you can host your giant apt repository in s3 on the cheap!
GNU General Public License v3.0
88 stars 101 forks source link

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

Open mbautin opened 11 years ago

mbautin commented 11 years ago

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:: "DIRECT";

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

Thanks, Mikhail

zoza commented 10 years ago

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

araujobsd commented 4 years ago

Any of you guys found a solution for this issue?

zoza commented 4 years ago

no