Antti Myyrä
Antti Myyrä
Oh, forgot about HTML tags. Here's the div again: ``` ```
Hi there! The functionality is available through the CloudManager with `manager.get_storage(storage.uuid)`. There are some other storage examples [here](https://github.com/UpCloudLtd/upcloud-python-api/blob/master/docs/Storage.md). Before using, CloudManager needs be be initialized and there are examples for...
Hi, As Storage is an object, getting a dict out of it is not that straightforward. Using it on its own should give you a lot more details: ``` >>>...
Currently to_dict() function in storage objects is used for creating a JSON object that includes the relevant items for the storage objects in the [UpCloud server API](https://developers.upcloud.com/1.2/8-servers/#create-server). If you want...
Yup, it's hard to disagree with you on this. The only excuse is that it's not documented as it's meant as an internal function. We should change it to work...
It is, thank you! Hopefully we can get back to this in the near future.
Indeed! I've never run into this since I'm usually always on UTC in all my machines, but definitely a good thing to have as default. Will look into it, thank...
Hi! Might be good to add support for both the service account as well as a 'disregard certificate validity' option, through Golangs `InsecureSkipVerify: true`. I'll look into this soon.
While we're at it, let's put errors to stderr where they belong.
Looks cool, really great to have more generic approach to the issue! I'll take a look in a few days when I've got time (just got back from vacation, so...