New flag local_must_exist for service add_volume() to let users enforce local file/folder existence.
Note that all add_volume functions now use BaseService._validate_volume() to validate the local and/or remote inputs, which now raises exceptions on invalid inputs.
New flag
local_must_exist
for serviceadd_volume()
to let users enforce local file/folder existence.Note that all
add_volume
functions now useBaseService._validate_volume()
to validate the local and/or remote inputs, which now raises exceptions on invalid inputs.