puffyCid / artemis

A cross platform forensic parser written in Rust!
MIT License
59 stars 6 forks source link

Azure and AWS upload support for file acquisitions #157

Closed puffyCid closed 2 weeks ago

puffyCid commented 2 weeks ago

PR adds AWS and Azure support for uploading file acquisitions

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 84.23077% with 82 lines in your changes missing coverage. Please review.

Project coverage is 84.91%. Comparing base (e35ff6f) to head (3f04c42). Report is 1 commits behind head on main.

Files Patch % Lines
core/src/output/files/remote.rs 79.03% 52 Missing :warning:
core/src/runtime/filesystem/acquire.rs 14.28% 12 Missing :warning:
core/src/output/remote/aws.rs 92.52% 8 Missing :warning:
core/src/output/files/error.rs 0.00% 6 Missing :warning:
core/src/filesystem/acquire.rs 97.91% 2 Missing :warning:
core/src/output/remote/azure.rs 95.12% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #157 +/- ## ========================================== + Coverage 84.78% 84.91% +0.12% ========================================== Files 479 480 +1 Lines 53901 54305 +404 ========================================== + Hits 45702 46113 +411 + Misses 8199 8192 -7 ```

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