'required', ]; } public function credentialData(array $input): array { return [ 'path' => $input['path'], ]; } public function connect(): bool { return true; } public function ssh(Server $server): Storage { return new \App\SSH\Storage\Local($server, $this->storageProvider); } public function delete(array $paths): void { // } }