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

Is HTTP(s) Proxy suppported #782

Open
ryanfaircloth opened this issue Feb 7, 2025 · 1 comment
Open

Is HTTP(s) Proxy suppported #782

ryanfaircloth opened this issue Feb 7, 2025 · 1 comment

Comments

@ryanfaircloth
Copy link
Contributor

For a specific use case the environment requires a HTTP Proxy for access to azureblob (client is on prem) I can't find any information as to how to configure this and the jvm options don't seem to be honored

@gaul
Copy link
Owner

gaul commented Feb 8, 2025

This is a little complicated because most of S3Proxy uses the default HTTP client so you can configure it via: https://stackoverflow.com/a/120802/2800111

The azureblob-sdk storage backend uses a different client but honors some of the same properties: https://learn.microsoft.com/en-us/azure/developer/java/sdk/proxying

Could you experiment with this and add a wiki page for future users?

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

No branches or pull requests

2 participants