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

UrlStyle #35

Merged
merged 8 commits into from Oct 31, 2021
Merged

UrlStyle #35

merged 8 commits into from Oct 31, 2021

Conversation

manuelpelloni
Copy link
Contributor

@manuelpelloni manuelpelloni commented Oct 30, 2021

Closes #31

@codecov
Copy link

codecov bot commented Oct 30, 2021

Codecov Report

Merging #35 (2a5b029) into main (a5294a8) will increase coverage by 0.09%.
The diff coverage is 98.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #35      +/-   ##
==========================================
+ Coverage   91.67%   91.77%   +0.09%     
==========================================
  Files          26       26              
  Lines        1261     1288      +27     
==========================================
+ Hits         1156     1182      +26     
- Misses        105      106       +1     
Impacted Files Coverage Δ
src/bucket.rs 95.16% <93.33%> (-0.78%) ⬇️
src/actions/create_bucket.rs 82.75% <100.00%> (+0.61%) ⬆️
src/actions/delete_bucket.rs 82.75% <100.00%> (+0.61%) ⬆️
src/actions/delete_object.rs 87.50% <100.00%> (+0.65%) ⬆️
src/actions/delete_objects.rs 69.44% <100.00%> (+0.87%) ⬆️
src/actions/get_object.rs 94.23% <100.00%> (+0.35%) ⬆️
src/actions/head_object.rs 94.23% <100.00%> (+0.35%) ⬆️
src/actions/list_objects_v2.rs 96.55% <100.00%> (+0.08%) ⬆️
src/actions/multipart_upload/abort.rs 87.80% <100.00%> (+0.62%) ⬆️
src/actions/multipart_upload/complete.rs 88.67% <100.00%> (+0.44%) ⬆️
... and 4 more

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 a5294a8...2a5b029. Read the comment docs.

@paolobarbolini paolobarbolini merged commit cec8e04 into paolobarbolini:main Oct 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bucket::new path_style should be an enum
2 participants