Google Cloud Storage - Archive processed files
Hello! I have a pipeline that reads files from a Google Cloud Storage Bucket, but in order to avoid the file to be continuosly being processed, I would like either to archive it to a different folder inside the bucket or at least rename.
The problem is that I don't see post-processing options on Google Cloud Storage origin. Does anyone have an idea how could I achieve that?
Thanks a million