Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mbautin opened this issue Nov 13, 2012 · 3 comments
Open

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

mbautin opened this issue Nov 13, 2012 · 3 comments

Comments

@mbautin
Copy link

mbautin commented Nov 13, 2012

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

@zoza
Copy link

zoza commented Nov 20, 2013

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

@araujobsd
Copy link

Any of you guys found a solution for this issue?

@zoza
Copy link

zoza commented Mar 4, 2020

no

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants