Commit Graph

8 Commits

Author SHA1 Message Date
akutz 8ed9e9ea6c Portable Go Context Usage
This patch updates the godo package to use a portable Go context -- a
Context that works with Go versions prior to Go 1.7 as well as Go 1.7
and onwards.
2017-04-07 15:32:33 -05:00
Andrew Starr-Bochicchio d66c754738 Support creating Volumes from snapshots. 2017-03-17 16:10:40 -04:00
Antoine Grondin dc14e4b04d add context.Context to all calls 2017-02-23 14:25:29 -05:00
Dan Norris 595953f5ab Add ability to query for a storage volume by name
This allows you to get a volume by name and region which corresponds to
calling:

```
/v2/volumes?name=$NAME&region=$REGION
```
2017-02-16 23:44:22 -08:00
Phillip Baker 758b5be38e Merge pull request #114 from digitalocean/update/storage-beta
Remove betastorageservice, in production.
2016-12-03 17:00:15 -05:00
Phillip Baker 8fdd58bf1e Remove betastorageservice, in production. 2016-12-03 16:54:52 -05:00
Phillip Baker e715166fe5 Add snapshots endpoints, unify code with storage snapshots. 2016-11-18 11:26:43 -05:00
Antoine Grondin 979e3b310f storage: support for storage API 2016-06-27 13:45:59 -04:00