koushiro opened a new pull request, #6756:
URL: https://github.com/apache/opendal/pull/6756
# Which issue does this PR close?
Part of #6755
# Rationale for this change
- Unify these coding details to improve service code consistency and
maintainability
- Most service builders include corresponding service config fields. Special
attention should be paid to whether sensitive information might be printed in
the debug implementation.
# What changes are included in this PR?
* all service builders only implement the `Debug` and `Default` traits
* audit sensitive data fields in the service config to prevent them from
being exposed when using Debug trait
# Are there any user-facing changes?
<!--
If there are user-facing changes then we may require documentation to be
updated before approving the PR.
-->
<!---
If there are any breaking changes to public APIs, please add the
`breaking-changes` label.
-->
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]