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

Valid IPv4 subnets have confusing and apparently undocumented limitations. The error shows up while using Terraform provider but since it is not caught by the provider itself, I believe it...

vpc
priority:high
documentation

Hello folks, I'm trying to create a server from an existing snapshot with: ```go res, err := a.instance.CreateServer(&instance.CreateServerRequest{ Name: "my-name", Volumes: map[string]*instance.VolumeServerTemplate{ "0": { BaseSnapshot: "my-snapshot-uuid", VolumeType: instance.VolumeVolumeTypeLSSD, }, },...

question
instance
priority:medium
documentation

I am currently working on a piece of software that will fetch secrets from Scaleway's Secret Manager. The program should configure its client with whatever is provided in its environment....

enhancement
priority:low

enhancement
priority:medium

current user agent does not send correctly sdk version, example: `User-Agent: scaleway-sdk-go/v1.0.0-beta.7+dev`

enhancement
priority:high

It could be helpful to have a way to have the SDK user agent overridden by the user agent defined by the application using this library. Doing so would avoid...

priority:medium

I recently needed to serialize some objects from the go SDK and noticed that the objects do not serialize/deserialize consistently with the JSON encoding. This is due to `json:"-"` tags...

instance
priority:medium

errors implement error type that is now in std library, we could remove this package as it is incomplete compared to go std lib.

enhancement
priority:medium

At the moment the cache features for the CI seems to be broken. For many jobs that use a go runtime we get the following message: ``` Restore cache failed:...

bug
priority:high

I was going to update the use of this SDK in Prometheus, but saw deprecation warnings and got confused. I've never seen a [conditional deprecation](https://github.com/scaleway/scaleway-sdk-go/blob/526ae94f1caacd947f30be15413d5dbe5457f5b4/api/instance/v1/instance_sdk.go#L1634C2-L1635C32): ``` // Deprecated: IPv6: instance...