I have datewise folders in the form of root-dir/yyyy/mm/dd under which there are so many files present.
I want to update the timestamp of all the files falling under certain date-range, for example 2 weeks ie. 14 folders, so that these these files can be picked up by my file-Streaming Data Ingestion process.
What is the easiest way to achieve this? Is there a way in UI console? or is it through gsutil? please help
When you say "folders in the form of root-dir/yyyy/mm/dd", do you mean that you're copying those objects into your bucket with names like
gs://my-bucket/root-dir/2016/12/25/christmas.jpg
? If not, see Mike's answer; but if they are named with that pattern and you just want to rename them, you could use gsutil'smv
command to rename every object with that prefix: