mirror of
https://github.com/nextcloud/server.git
synced 2026-03-10 18:31:16 -04:00
fixing / adding comments
This commit is contained in:
parent
9c0bf5c41a
commit
5cba09e931
1 changed files with 3 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class iRODS extends \OC\Files\Storage\StreamWrapper{
|
|||
}
|
||||
|
||||
/**
|
||||
* construct the ftp url
|
||||
* construct the rods url
|
||||
* @param string $path
|
||||
* @return string
|
||||
*/
|
||||
|
|
@ -80,6 +80,8 @@ class iRODS extends \OC\Files\Storage\StreamWrapper{
|
|||
if ($this->auth_mode !== '') {
|
||||
$userWithZone .= '.'.$this->auth_mode;
|
||||
}
|
||||
|
||||
// url wrapper schema is named rods
|
||||
return 'rods://'.$userWithZone.':'.$this->password.'@'.$this->host.':'.$this->port.$this->root.$path;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue