dsnap
dsnap copied to clipboard
Utility for downloading and mounting EBS snapshots using the EBS Direct API's
**Describe the bug** Test failure. I guess that later boto3 (here 1.34.58) releases do not play nice. ```bash ============================= test session starts ============================== platform linux -- Python 3.12.2, pytest-8.0.2, pluggy-1.4.0...
Bumps [cryptography](https://github.com/pyca/cryptography) from 3.4.7 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...
Out of the box `dsnap list` says `botocore.exceptions.NoCredentialsError: Unable to locate credentials`. I can't seem to find anything in the README about how to set up credentials edit: I see...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2020.12.5 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
If no `--region` is specified on the command line the default is hard coded to 'us-east-1'. The region set in the profile is ignored, and also the standard `AWS_DEFAULT_REGION` environment...
**Describe the bug** The heading for Owner ID is Owneer ID when running dsnap list **To Reproduce** Steps to reproduce the behavior: run dsnap list **Expected behavior** Column header should...
**Is your feature request related to a problem? Please describe.** dsnap should support a feature to resume a partial download. This is a big problem in coldsnap where large snapshot...
**Describe the bug** When a network error occurs (read timeout), dsnap is not able to recover when finishing the downloads and is stuck at downloading of last X blocks. This...