1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

feat: linter

This commit is contained in:
Christy Jacob 2022-11-17 07:46:00 +00:00
parent 4271e34b39
commit 4f31fb5dc8
2 changed files with 1 additions and 2 deletions

View file

@ -494,7 +494,6 @@ App::post('/v1/storage/buckets/:bucketId/files')
}
if ($chunksUploaded === $chunks) {
$connection = App::getEnv('_APP_CONNECTIONS_STORAGE', '');
$device = STORAGE_DEVICE_LOCAL;
try {

View file

@ -164,7 +164,7 @@ const COMPRESSION_TYPE_ZSTD = 'zstd';
const STORAGE_DEVICE_LOCAL = 'file';
const STORAGE_DEVICE_S3 = 's3';
const STORAGE_DEVICE_DO_SPACES = 'dospaces';
const STORAGE_DEVICE_BACKBLAZE= 'backblaze';
const STORAGE_DEVICE_BACKBLAZE = 'backblaze';
const STORAGE_DEVICE_LINODE = 'linode';
const STORAGE_DEVICE_WASABI = 'wasabi';
// Mail Types