scaleway / scaleway-sdk-go

Integrate Scaleway with your Go application

Home Page:https://pkg.go.dev/github.com/scaleway/scaleway-sdk-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Sh4d1 opened this issue · comments

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

This is fixed by #371