package
3.0.0-alpha.5
Repository: https://github.com/outscale/osc-sdk-go.git
Documentation: pkg.go.dev

# README

Examples

In order to run examples, you will need to setup your credentials (eu-west-2 region) with environement variables and run go test:

export OSC_ACCESS_KEY=<ACCESS_KEY>
export OSC_SECRET_KEY=<SECRET_KEY>
cd v2/
go test -run Volume
go test -run Keypair
...