storage provider is plural
This commit is contained in:
@@ -193,7 +193,7 @@ const REGIONS_VULTR = [
|
||||
{ name: 'Singapore', value: 'https://sgp1.vultrobjects.com', region: 'ap-southeast-1' },
|
||||
];
|
||||
|
||||
const STORAGE_PROVIDER = [
|
||||
const STORAGE_PROVIDERS = [
|
||||
{ name: 'Amazon S3', value: 's3' },
|
||||
{ name: 'Backblaze B2 (S3 API)', value: 'backblaze-b2' },
|
||||
{ name: 'CIFS Mount', value: 'cifs' },
|
||||
|
||||
Reference in New Issue
Block a user