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

Add more http proxy configs for native S3 filesystem implementation #22207

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

anusudarsan
Copy link
Member

To make the http proxy config options in parity with legacy implementation

Description

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

# Section
* Fix some things. ({issue}`issuenumber`)

@@ -106,6 +106,10 @@ public S3FileSystemFactory(OpenTelemetry openTelemetry, S3FileSystemConfig confi
config.getHttpProxy()));
httpClient.proxyConfiguration(ProxyConfiguration.builder()
.endpoint(endpoint)
.username(config.getHttpProxyUsername())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curiosity question: Were you able to test these changes yourself?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope. just trusting the sdk :) seems straightforward

To make the http proxy config options in parity with legacy implementation
Copy link

This pull request has gone a while without any activity. Tagging the Trino developer relations team: @bitsondatadev @colebow @mosabua

@github-actions github-actions bot added the stale label Jun 24, 2024
@mosabua
Copy link
Member

mosabua commented Jun 24, 2024

This needs review from @electrum

@mosabua mosabua added stale-ignore Use this label on PRs that should be ignored by the stale bot so they are not flagged or closed. and removed stale labels Jun 24, 2024
@electrum electrum merged commit 31657c5 into trinodb:master Jun 26, 2024
62 checks passed
@github-actions github-actions bot added this to the 451 milestone Jun 26, 2024
@anusudarsan anusudarsan deleted the anu/native-fs-proxy-configs branch June 26, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed docs stale-ignore Use this label on PRs that should be ignored by the stale bot so they are not flagged or closed.
Development

Successfully merging this pull request may close these issues.

5 participants