Show the proper auth identifier when listing mounts as json
This commit is contained in:
parent
52ce83993d
commit
e3eda917ef
|
@ -146,7 +146,7 @@ class ListCommand extends Base {
|
||||||
$config->getId(),
|
$config->getId(),
|
||||||
$config->getMountPoint(),
|
$config->getMountPoint(),
|
||||||
$config->getBackend()->getStorageClass(),
|
$config->getBackend()->getStorageClass(),
|
||||||
$config->getAuthMechanism()->getScheme(),
|
$config->getAuthMechanism()->getIdentifier(),
|
||||||
$config->getBackendOptions(),
|
$config->getBackendOptions(),
|
||||||
$config->getMountOptions()
|
$config->getMountOptions()
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue