mirror of
https://github.com/anikeen-com/yaac.git
synced 2026-03-13 13:46:10 +00:00
Update to work with Flysystem 2.0 or 3.0
This commit is contained in:
@@ -271,6 +271,7 @@ class Client
|
||||
} elseif ($type == self::VALIDATION_DNS) {
|
||||
return $this->selfDNSTest($authorization, $maxAttempts);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -488,12 +489,6 @@ class Client
|
||||
$this->account = $this->getAccount();
|
||||
}
|
||||
|
||||
/**
|
||||
* Load the keys in memory
|
||||
*
|
||||
* @throws \League\Flysystem\FileExistsException
|
||||
* @throws \League\Flysystem\FileNotFoundException
|
||||
*/
|
||||
protected function loadKeys()
|
||||
{
|
||||
//Make sure a private key is in place
|
||||
|
||||
Reference in New Issue
Block a user