Skip to content

Make CreateMultipartUploadResponse public#83

Merged
paolobarbolini merged 1 commit intopaolobarbolini:mainfrom
irevoire:make-CreateMultipartUploadResponse-pub
Sep 27, 2023
Merged

Make CreateMultipartUploadResponse public#83
paolobarbolini merged 1 commit intopaolobarbolini:mainfrom
irevoire:make-CreateMultipartUploadResponse-pub

Conversation

@irevoire
Copy link
Copy Markdown
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
Copy Markdown

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
Copy Markdown
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
@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