@writetoneeraj That’s not metadata, that’s how dvc stores data on remote to provide deduplication. You should use your git repo to access files on your remote. E.g. by either dvc pull
ing in it or using commands like dvc get/import
(see https://dvc.org/doc/use-cases/data-registries) to access it from the outside.