i'm working for the first time with google storage with no experience on it
I have a question that does google storage have an feature that if storage got a new uploaded file, storage will send a notification to client that have subscribed Or rise an event that can be watched from another place.
My solution is list all object from bucket and save it to a temp file. After that, I list object again every minute then if a new file had been uploaded, it would not be in a temp file so i can know it. But i think this way is not such good if the thing above exists.
Many thanks.