Skip to content
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

feat(QAB-164): Update s3 steps to use aws golang sdk v2 #104

Merged
merged 8 commits into from
Jul 1, 2022

Conversation

jordipuigbou
Copy link
Contributor

Any change needs to be discussed before proceeding. Failure to do so may result in the rejection of the pull request.

Please provide enough information so that others can review your pull request:

Explain the details for making this change. What existing problem does the pull request solve?

Documentation

Update Readme docs if needed.

Test plan (required)

Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.

Code formatting

Closing issues

Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if such).

@codecov-commenter
Copy link

codecov-commenter commented Jul 1, 2022

Codecov Report

Merging #104 (a82af30) into master (c23b831) will decrease coverage by 0.32%.
The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master     #104      +/-   ##
==========================================
- Coverage   62.35%   62.03%   -0.33%     
==========================================
  Files          47       47              
  Lines        2925     2924       -1     
==========================================
- Hits         1824     1814      -10     
- Misses       1039     1046       +7     
- Partials       62       64       +2     
Impacted Files Coverage Δ
steps/aws/s3/client.go 0.00% <0.00%> (ø)
steps/aws/s3/context.go 0.00% <ø> (ø)
steps/aws/s3/logger.go 100.00% <ø> (ø)
steps/aws/s3/steps.go 0.00% <ø> (ø)
steps/aws/s3/session.go 94.08% <74.19%> (ø)
steps/aws/s3/client_mock.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c23b831...a82af30. Read the comment docs.

Makefile Outdated Show resolved Hide resolved
@jordipuigbou jordipuigbou changed the title feat(QAB-164): Update s3 step to use aws golang sdk v2 feat(QAB-164): Update s3 steps to use aws golang sdk v2 Jul 1, 2022
Copy link
Member

@mariolg mariolg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have a look at my comments/questions?

Makefile Outdated Show resolved Hide resolved
.github/workflows/sonarcloud.yml Outdated Show resolved Hide resolved
steps/aws/s3/session_test.go Outdated Show resolved Hide resolved
@sonarcloud
Copy link

sonarcloud bot commented Jul 1, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

96.4% 96.4% Coverage
0.0% 0.0% Duplication

@jordipuigbou jordipuigbou requested a review from mariolg July 1, 2022 09:50
Copy link
Member

@mariolg mariolg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jordipuigbou jordipuigbou merged commit 74fc76e into master Jul 1, 2022
@jordipuigbou jordipuigbou deleted the feat-QAB-164-update-s3-to-sdk-v2 branch July 1, 2022 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants