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

Make CreateMultipartUploadResponse public #83

Conversation

irevoire
Copy link
Contributor

Hey, I noticed that this type was not accessible outside of your crate because we forgot to re-export it 🥲
As you can see on this method, it's white: https://docs.rs/rusty-s3/latest/rusty_s3/actions/struct.CreateMultipartUpload.html#method.parse_response
Which means that I can't return it or store it on my side.

@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

Merging #83 (f7e2415) into main (0b60b9d) will decrease coverage by 0.14%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
- Coverage   91.03%   90.90%   -0.14%     
==========================================
  Files          29       29              
  Lines        1361     1363       +2     
==========================================
  Hits         1239     1239              
- Misses        122      124       +2     
Files Coverage Δ
src/actions/mod.rs 100.00% <ø> (ø)

... and 1 file with indirect coverage changes

Copy link
Owner

@paolobarbolini paolobarbolini left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you

@paolobarbolini paolobarbolini merged commit 3828082 into paolobarbolini:main Sep 27, 2023
7 of 9 checks passed
@irevoire irevoire deleted the make-CreateMultipartUploadResponse-pub branch September 27, 2023 11:53
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.

2 participants