Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AWS: Add a warning when the snapshot returns >1
The AWSService method `get_snapshot`by_name` expects the result to be unique, as it will blindly return the first element of the list. This commit adds a warning to log the case which the filter didn't return a list of single snapshot.
- Loading branch information