yunify / qingcloud-sdk-go

The official QingCloud SDK for the Go programming language.
Apache License 2.0
29 stars 42 forks source link

Zone parameter doesn't work in CreateVolumeInput and CreateVolumeFromSnapshotInput #139

Closed wnxn closed 5 years ago

wnxn commented 5 years ago

On pek3 region, I can't create volume or create volume from snapshot at pek3c or pek3d through QingCloud Go SDK even though I set the zone parameter in CreateVolumeInput and CreateVolumeFromSnapshotInput. Program still creates volume at pek3b by default through QingCloud Go SDK. It seems that zone parameter in CreateVolumeInput and CreateVolumeFromSnapshotInput does not work .

wnxn commented 5 years ago

Thanks fixed!