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.

https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/seismic-dms-suite/seismic-store-sdutil/-/blob/master/sdlib/api/providers/google/storage_service.py#L231

Example of how I resolved this issue: 9d6ff0c0

Edited by Yan Sushchynski [EPAM/GC]