I want to transfer files from GS bucket in a project A to a Filestore instance in a project B . My current approach is to run python client in a notebook in the project A and copy files to notebook’s memory with gs client. Next I am streaming copied files from the notebook to a pod in project B which is mounted to Filestore.
Is there a way to stream files directly from gs bucket to a filestore instance between different projects?