1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

fix conflicts

This commit is contained in:
Everly Precia Suresh 2022-03-18 17:23:14 +00:00
commit 7d5683262e
2 changed files with 2 additions and 1 deletions

View file

@ -519,7 +519,7 @@ return [
],
[
'name' => '_APP_STORAGE_LINODE_REGION',
'description' => 'Linode object storage region. Required when storage adapter is set to Linode. You can find your region info for your space from Linode console.',
'description' => 'Linode object storage region. Required when storage adapter is set to Linode. You can find your region info from your Linode console.',
'introduction' => '0.13.0',
'default' => 'us-eas-1',
'required' => false,

View file

@ -572,6 +572,7 @@ class DeletesV1 extends Worker
$linodeBucket = App::getEnv('_APP_STORAGE_LINODE_BUCKET', '');
$linodeAcl = 'private';
return new Linode($root, $linodeAccessKey, $linodeSecretKey, $linodeBucket, $linodeRegion, $linodeAcl);
break;
case Storage::DEVICE_WASABI:
$wasabiAccessKey = App::getEnv('_APP_STORAGE_WASABI_ACCESS_KEY', '');
$wasabiSecretKey = App::getEnv('_APP_STORAGE_WASABI_SECRET', '');