You have been asked to design an app that allows to upload images and documents to Cloud Storage. These files must be processed, classified, and have to remain available for a month. Then they must be archived.
You want to create a simple and functional solution.
Which of the following is the best one?
A. Use Google Cloud Storage Triggers and call a function that executes all the task requested
B. Use Google Cloud Storage Triggers and call a function that classifies files; configure the bucket with a lifecycle rule that changes the storage classes of Objects to Coldline Storage
C. Create a Linux Cron Job in a VM that executes all the task requested
D. Use Cloud Scheduler and setup an Appengine app