outscale_api 1.17.0

Outscale API SDK
Documentation
1
2
3
4
5
6
7
8
9
10
# Examples

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

```bash
export OSC_ACCESS_KEY=<ACCESS_KEY>
export OSC_SECRET_KEY=<SECRET_KEY>
cargo run --example volume
...
```