phm07

Results 53 comments of phm07

Since the documentation has since been updated and a new version has been released, I'm going to close this issue. Thanks for bringing it to our attention!

Unfortunately, although I would love to see some changes on how authentication and project management is handled in the API, we have to work with what we have right now....

When you rebuild a server with a different image, it will re-use the SSH keys you provided when creating the server. So if you use `--ssh-key` with `hcloud server create`,...

This is how the table that shows different options when using `hcloud help config` looks now: ``` ┌───────────────────────┬──────────────────────┬─────────────┬───────────────────────┬──────────────────────────────┬─────────────────┐ │ OPTION │ DESCRIPTION │ TYPE │ CONFIG KEY │ ENVIRONMENT VARIABLE...

> > sort.loadbalancertype │ HCLOUD_SORT.LOADBALANCERTYPE > > Could we keep the `_` or `-` in the names? The env variable name is not the final ones right? We could either:...

> Without taking a look at the code: > > * I think the options should be the same as the subcommands: `hcloud load-balancer` -> `sort.load-balancer` > * In the...

Good catch! #805 fixes this. We should wait for #805 before we merge this PR.

Our object storage uses the generic S3 API, so other clients should work with it. Since there are no S3-specific endpoints in the Hetzner Cloud Public API, we don't plan...

There currently is no public API support at all, which means it would not be possible to create S3 credentials. This would mean that we couldn't authorize against the S3...

> I think having different structs as the opts is actually easier for the user. I see your point. Although you could argue that the current hcloud-go pattern causes more...