> + super(builder);
> + }
> +
> + public static Properties defaultProperties() {
> + Properties properties = BaseHttpApiMetadata.defaultProperties();
> + return properties;
> + }
> +
> + public static class Builder extends BaseHttpApiMetadata.Builder<B2Api,
> Builder> {
> +
> + protected Builder() {
> + super(B2Api.class);
> + id("b2")
> + .name("Backblaze B2 API")
> + .identityName("Access Key ID")
> + .credentialName("Secret Access Key")
In their naming, these are the "Account Id" and "Application Key"
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/270/files/8bb355e1b286b2bbf77fd8d3cb75cd2d1aa6bc69#r64484803