We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7880733 commit 37302c6Copy full SHA for 37302c6
1 file changed
tools/cloud_functions/gcs_event_based_ingest/README.md
@@ -538,7 +538,7 @@ TOPIC_ID=test-gcs-ocn
538
PUBSUB_TOPIC=projects/${PROJECT_ID/topics/${TOPIC_ID}
539
540
# Create Pub/Sub Object Change Notifications
541
-gsutil notification create -f json -t ${PUBSUB_TOPIC} -e OBJECT_FINALIZE gs://${INGESTION_BUCKET}
+gcloud storage buckets notifications create --payload-format=json --topic=${PUBSUB_TOPIC} --event-types=OBJECT_FINALIZE gs://${INGESTION_BUCKET}
542
543
# Deploy Cloud Function
544
gcloud functions deploy test-gcs-bq-ingest \
0 commit comments