google / cloud-forensics-utils

Python library to carry out DFIR analysis on the Cloud
Apache License 2.0
453 stars 89 forks source link

Change exponential backoff to calculated timeout for Snapshot S3 copy #357

Closed ramo-j closed 3 years ago

ramo-j commented 3 years ago

Within the AWS EBS snapshot copy to S3 operation, change the exponential backoff (10.5 mins total) to a calculated set of timings based on the snapshot size and the transfer rates from EC2->S3.

Closes #354

codecov-commenter commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@b442f2f). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #357   +/-   ##
=======================================
  Coverage        ?   60.39%           
=======================================
  Files           ?       34           
  Lines           ?     2717           
  Branches        ?        0           
=======================================
  Hits            ?     1641           
  Misses          ?     1076           
  Partials        ?        0           
Flag Coverage Δ
nosetests 60.39% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out 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 b442f2f...4df3cf1. Read the comment docs.