-
Notifications
You must be signed in to change notification settings - Fork 94
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 s3 custom ca support #1338
Merged
Merged
Add s3 custom ca support #1338
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
phoebusm
force-pushed
the
feature/s3_custom_ca_file
branch
from
February 20, 2024 00:40
4aab144
to
6263f0c
Compare
phoebusm
force-pushed
the
feature/s3_custom_ca_file
branch
4 times, most recently
from
March 4, 2024 10:29
991059c
to
c11a71e
Compare
phoebusm
force-pushed
the
feature/s3_custom_ca_file
branch
4 times, most recently
from
March 11, 2024 14:39
a0afb1d
to
5a2da87
Compare
phoebusm
force-pushed
the
feature/s3_custom_ca_file
branch
2 times, most recently
from
March 12, 2024 00:26
8dc1929
to
7c4095c
Compare
poodlewars
reviewed
Mar 12, 2024
poodlewars
reviewed
Mar 13, 2024
phoebusm
force-pushed
the
feature/s3_custom_ca_file
branch
3 times, most recently
from
March 19, 2024 09:23
c3e6552
to
79786f4
Compare
poodlewars
reviewed
Mar 19, 2024
phoebusm
force-pushed
the
feature/s3_custom_ca_file
branch
2 times, most recently
from
March 22, 2024 12:48
a4d3338
to
8a2e29c
Compare
poodlewars
approved these changes
Apr 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need to do this if we're going to dynamically link openssl?
Yes but lower priority. Still user may still need to use proprietary ca file for verification. |
phoebusm
force-pushed
the
feature/s3_custom_ca_file
branch
from
April 8, 2024 12:40
8a2e29c
to
d9b6c21
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reference Issues/PRs
#1129
What does this implement or fix?
Any other comments?
Checklist
Checklist for code changes...