Reputation: 10469
I want to monitor my GCS buckets for files being uploaded. Seems like StackDriver is the place for this but I don't see any metrics that apply.
Is this even possible? Can I run a java service that gets notifications when files are added to a bucket? AWS can do this (via SNS/SQS) but I haven't found a GCS equivalent.
Upvotes: 1
Views: 504
Reputation: 67063
You can use the Object Change Notification feature to get notified of changes to your bucket.
Upvotes: 2