1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00

Fix casing

This commit is contained in:
Jake Barnby 2023-11-28 00:43:21 +13:00
parent 82dfe5ddee
commit edee5400ba
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -1264,7 +1264,7 @@ function getDevice($root): Device
return match ($device) {
Storage::DEVICE_S3 => new S3($root, $accessKey, $accessSecret, $bucket, $region, $acl),
STORAGE::DEVICE_DO_SPACES => new DOSpaces($root, $accessKey, $accessSecret, $bucket, $region, $acl),
Storage::DEVICE_DO_SPACES => new DOSpaces($root, $accessKey, $accessSecret, $bucket, $region, $acl),
Storage::DEVICE_BACKBLAZE => new Backblaze($root, $accessKey, $accessSecret, $bucket, $region, $acl),
Storage::DEVICE_LINODE => new Linode($root, $accessKey, $accessSecret, $bucket, $region, $acl),
Storage::DEVICE_WASABI => new Wasabi($root, $accessKey, $accessSecret, $bucket, $region, $acl),