We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Across the board configurations needed using Airlift ConfigBinder so that HTTP connection config can be set, etc. Affected areas:
ConfigBinder
TrinoS3ProxyServerModule
TrinoS3ProxyClient
etc.
The text was updated successfully, but these errors were encountered:
Would the binding done here: https://github.com/trinodb/s3-proxy/blob/83e31e95311a09923beff7b332797fb76e123bcd/trino-s3-proxy/src/main/java/io/trino/s3/proxy/server/TrinoS3ProxyServerModule.java#L48-L55
be sufficient? Or would the airlift HTTP client etc be in a different context?
Sorry, something went wrong.
In Galaxy, we have a retrying wrapper around the HTTP client. We can do that later though. There are other TODOs in the code base that need config.
No branches or pull requests
Across the board configurations needed using Airlift
ConfigBinder
so that HTTP connection config can be set, etc. Affected areas:TrinoS3ProxyServerModule
TrinoS3ProxyClient
etc.
The text was updated successfully, but these errors were encountered: