GoogleCloudPlatform / deploymentmanager-samples

Deployment Manager samples and templates.
Apache License 2.0
939 stars 717 forks source link

Cloud Storage Pub/Sub notification #497

Open sjortiz opened 4 years ago

sjortiz commented 4 years ago

Hello All

Can you provide an example about attaching a Pub/Sub Notification to a bucket using Deployment manager? At the moment I can create the pub sub topic and the bucket apart but I don't find any way to attach them.

I've searched everywhere and there isn't anything on this.

Thanks in advance.

ocsig commented 4 years ago

Please take a look at our latest PubSub examples under the Cloud Foundation Toolkit templates.

This template creates the topic and the target and attaches them.

jldupont commented 4 years ago

@ocsig I do not believe this answers the question of @sjortiz (nor mine); we are interested in Storage Notification API (see https://cloud.google.com/storage/docs/json_api/v1/notifications ). Any help appreciated.