-
Notifications
You must be signed in to change notification settings - Fork 907
CRT client configuration feature parity #3675
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
Comments
Hi @pwinckles, I have some questions about your request. When you say:
Which old client builder are you referring to? Which features specifically are you asking for in the CRT client, is it |
The builders for the non-CRT sync/async clients, like the one in my example.
For me personally, I would like path-style access and the ability to trust all certs, with the former being more important than the later. However, it would seem to me that it would be good for the builders to offer as similar of configuration options as possible.
Yes, I started updating a library to use the transfer manager, and noticed that it's only worth while to do so if you use it with the CRT client. However, the CRT client does not support the same configuration options. |
the environment variable disableCertChecking could be added as in previous versions, as requested in this ticket #1230 |
Path style access is an important flag for us because our integration tests and local development setup rely on it. |
I found this issue by searching for "CRT path style access". +1 for needing that in a test environment. |
additionally it would be nice if the crt client could support metrics publishers in the |
Isn't it fixed by this #3817 ? |
so, if the aws-sdk-java v1 version will not support until December 31, 2025, I see the first issue is on year 2019. What is the plan, or it will never support on sdk, if already have methods(I did not see.), Please provide a way to use. |
Describe the feature
The CRT client should have feature parity with the old client builder. Specifically, the CRT builder does not currently allow you to specify
S3Configuration
or modify the client to trust all certificates.For example, the following is not possible with the CRT client:
Use Case
These configuration options are needed for supporting S3 mock implementations.
Proposed Solution
No response
Other Information
No response
Acknowledgements
AWS Java SDK version used
2.19.8
JDK version used
17.0.4
Operating System and version
Fedora 36
The text was updated successfully, but these errors were encountered: