quixey / python-aliyun

Python API client for Aliyun, the Alibaba Cloud.
Apache License 2.0
37 stars 24 forks source link

Fix broken DescribeSnapshots handling. #8

Closed addumb closed 9 years ago

addumb commented 9 years ago

aliyun.ecs.connection.EcsConnection().descibe_snapshot() was broken, it now just calls describe_snapshots itself. Which itself was messed up because it wasn't passing properly-formatted SnapshotIDs parameters.