Skip to content

Instantly share code, notes, and snippets.

@tarlen5
Created May 14, 2021 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tarlen5/970d5560479c8dce0bbcd9cf5bcc4d02 to your computer and use it in GitHub Desktop.
Save tarlen5/970d5560479c8dce0bbcd9cf5bcc4d02 to your computer and use it in GitHub Desktop.
pubsub notification using gsutil
BUCKET="gs://<your-bucket-name>"
TOPIC="projects/<your-project-id>/topics/<your-topic>"
PREFIX="your-prefix-path"
gsutil notification create \
-f json \
-t $TOPIC \
-e OBJECT_FINALIZE \
-p $PREFIX \
$BUCKET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment