cboudereau / gcs-rsync

Lightweight Google Cloud Storage sync Rust Client with better performance than gsutil rsync
https://docs.rs/gcs-rsync/
MIT License
13 stars 8 forks source link

feat: add public download + no_auth method features #32

Closed cboudereau closed 7 months ago

cboudereau commented 7 months ago

fixes #29

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 98.49624% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 89.23%. Comparing base (2d34bfe) to head (a52e56c). Report is 1 commits behind head on main.

Files Patch % Lines
src/gcp/storage/client.rs 95.23% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #32 +/- ## ========================================== + Coverage 88.91% 89.23% +0.31% ========================================== Files 14 16 +2 Lines 2328 2396 +68 ========================================== + Hits 2070 2138 +68 Misses 258 258 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

trevorbernard commented 7 months ago

Awesome!