GCS: Object name ends with "/0"
As I can see, the object's name ends with "0".
Does it somehow matter?
What if we change this "0" to dataset.name
.
I stumbled across a problem when OpenVDS Converter tried to download the file using <dataset.gcsurl> + "/" + <dataset.name>
path. And if the file was uploaded to the bucket with the name "0", the parser couldn't find it.
Example of how I resolved this issue: 9d6ff0c0
Edited by Yan Sushchynski (EPAM)