|
|
@ -6,7 +6,7 @@ import BackblazePlugin from './BackblazePlugin'; |
|
|
|
const config: XcPluginConfig = { |
|
|
|
const config: XcPluginConfig = { |
|
|
|
builder: BackblazePlugin, |
|
|
|
builder: BackblazePlugin, |
|
|
|
title: 'Backblaze B2', |
|
|
|
title: 'Backblaze B2', |
|
|
|
version: '0.0.1', |
|
|
|
version: '0.0.2', |
|
|
|
logo: 'plugins/backblaze.jpeg', |
|
|
|
logo: 'plugins/backblaze.jpeg', |
|
|
|
tags: 'Storage', |
|
|
|
tags: 'Storage', |
|
|
|
description: |
|
|
|
description: |
|
|
@ -24,21 +24,21 @@ const config: XcPluginConfig = { |
|
|
|
{ |
|
|
|
{ |
|
|
|
key: 'region', |
|
|
|
key: 'region', |
|
|
|
label: 'Region', |
|
|
|
label: 'Region', |
|
|
|
placeholder: 'Region', |
|
|
|
placeholder: 'e.g. us-west-001', |
|
|
|
type: XcType.SingleLineText, |
|
|
|
type: XcType.SingleLineText, |
|
|
|
required: true, |
|
|
|
required: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
key: 'access_key', |
|
|
|
key: 'access_key', |
|
|
|
label: 'Access Key', |
|
|
|
label: 'Access Key', |
|
|
|
placeholder: 'Access Key', |
|
|
|
placeholder: 'i.e. keyID in App Keys', |
|
|
|
type: XcType.SingleLineText, |
|
|
|
type: XcType.SingleLineText, |
|
|
|
required: true, |
|
|
|
required: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
key: 'access_secret', |
|
|
|
key: 'access_secret', |
|
|
|
label: 'Access Secret', |
|
|
|
label: 'Access Secret', |
|
|
|
placeholder: 'Access Secret', |
|
|
|
placeholder: 'i.e. applicationKey in App Keys', |
|
|
|
type: XcType.Password, |
|
|
|
type: XcType.Password, |
|
|
|
required: true, |
|
|
|
required: true, |
|
|
|
}, |
|
|
|
}, |
|
|
|