We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f7930 commit 6b76c26Copy full SHA for 6b76c26
functions/helloworld_storage/index.php
@@ -29,6 +29,7 @@
29
30
function helloGCS(CloudEventInterface $cloudevent)
31
{
32
+ // This function supports all Cloud Storage event types.
33
$log = fopen(getenv('LOGGER_OUTPUT') ?: 'php://stderr', 'wb');
34
$data = $cloudevent->getData();
35
fwrite($log, 'Event: ' . $cloudevent->getId() . PHP_EOL);
0 commit comments