scaleway/scaleway-sdk-go

ListVolumes does not allow to list l_ssd and b_ssd at the same time

Sh4d1 opened this issue · 2 comments

Sh4d1 commented

Since the VolumeType is an enum, it's always appended to to the URL

We got the same problem with ListServers as state was also an enum. We should apply the same solution here

Sh4d1 commented

This is fixed by #371