scaleway-sdk-go icon indicating copy to clipboard operation
scaleway-sdk-go copied to clipboard

Integrate Scaleway with your Go application

Results 38 scaleway-sdk-go issues
Sort by recently updated
recently updated
newest added

Hi, I am already using yaml v3 on my project, I don't see the point to have both v3 and v2 so I removed the dependence to v2 on that...

When unmarshaled, messages returned from Scaleway API are converted in lower case, see https://github.com/scaleway/scaleway-sdk-go/blob/v1.0.0-beta.29/scw/errors.go#L54. In general cases, this is not a big deal, but when things like units are returned...

bug

The `sbs_volumes` do not have the `Volumes.[].Zone` set when using `ListServers`. This conflicts with the behavior described in https://github.com/scaleway/scaleway-sdk-go/blob/master/api/instance/v1/instance_sdk.go#L1503, as the client interprets this as "default." To reproduce the issue:...

bug
instance
priority:highest

We don't need anymore the replacement of image label to marketplace UUID. - Instance can now take a image label and translate it into a compatible UUID - The actual...

instance