I hava a Google Cloud Storage instance and need to get a txt file with the metadata from my files
I have two paths in my GCS enviroment, i need to list the metadata from the files in each path and copy it to a local txt file, i can list all the metadata but can't copy to local file, i've used the code below to list the metadata and it works, but i don't know how to copy this.
gsutil ls -L gs://my_bucket/images/**
it lists all my metadata i just want this information on a local txt file