Closed ankitblue closed 3 years ago
It is noted that many OVH object container names have underscore in their names. We have an issue with exist(path) on _.toSlug() reformat function.
underscore
exist(path)
_.toSlug()
The _.toSlug changes underscore to hyphen.
Hi @ankitblue,
Thank you for you feedback. I have fix this on v2.0.3 version. You can update now the version of package to benefit from these changes.
Regards, @dimer47
cc @Alexus2
It is noted that many OVH object container names have
underscore
in their names. We have an issue withexist(path)
on_.toSlug()
reformat function.The _.toSlug changes underscore to hyphen.