Modify the AWS S3 request encryption method to V4.#3182
Merged
davidzollo merged 1 commit intoapache:devfrom Jul 11, 2020
Merged
Modify the AWS S3 request encryption method to V4.#3182davidzollo merged 1 commit intoapache:devfrom
davidzollo merged 1 commit intoapache:devfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #3182 +/- ##
============================================
- Coverage 33.56% 33.52% -0.05%
+ Complexity 2398 2395 -3
============================================
Files 442 442
Lines 20612 20613 +1
Branches 2525 2525
============================================
- Hits 6919 6910 -9
- Misses 13032 13044 +12
+ Partials 661 659 -2
Continue to review full report at Codecov.
|
|
Kudos, SonarCloud Quality Gate passed!
|
Contributor
|
thanks for your first contribution, if you need help, please send mail to dev@dolphinscheduler.apache.org or my wechat(510570367). when added, please tell my your github id, thx looking forward for your next contribution |
Contributor
Author
|
I have already in the wechat dev group,my id is:你这有点弱 |
This file contains hidden or 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
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.
Tips
What is the purpose of the pull request
fix the bug #3181
Brief change log
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/HadoopUtils.java
Verify this pull request
This pull request is already covered by existing tests, such as (please describe tests).
HadoopUtilsTest.java have cover the tests.