-
Notifications
You must be signed in to change notification settings - Fork 14
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 support for s3 tls-ca-chain #396
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #396 +/- ##
==========================================
- Coverage 65.52% 65.37% -0.15%
==========================================
Files 17 17
Lines 3089 3099 +10
Branches 406 409 +3
==========================================
+ Hits 2024 2026 +2
- Misses 936 945 +9
+ Partials 129 128 -1 ☔ View full report in Codecov by Sentry. |
Fixes canonical#395 Signed-off-by: Peter Sabaini <peter.sabaini@canonical.com>
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.
@sabaini thank you for your contribution. Left couple comments to address
Per review feedback Signed-off-by: Peter Sabaini <peter.sabaini@canonical.com>
Signed-off-by: Peter Sabaini <peter.sabaini@canonical.com>
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.
thank you
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.
Thank you for the contribution!
Fixes #395