Slide 16
Slide 16 text
#dfua, @tekgrrl, @googlecloud
Cloud
Storage Bucket
[myapp-input-bucket]
Notification
processing
endpoint
Object Change Notification
POST /ApplicationUrlPath
Content-Length: 1097
Content-Type: application/json; charset="utf-8"
Host: ApplicationUrlHost
X-Goog-Resource-Uri: https://www.googleapis.com/storage/v1/b/BucketName/o?
alt=json
{
"kind": "storage#object",
"id": "BucketName/ObjectName",
"selfLink": "https://www.googleapis.com/storage/v1/b/BucketName/o/ObjectName",
"name": "ObjectName",
"bucket": "BucketName",
"generation": "1367014943964000",
"metageneration": "1",
"contentType": "binary/octet-stream",
"updated": "2013-04-26T22:22:23.832Z",
"size": "10",
"md5Hash": "xHZY0QLVuYng2gnOQD90Yw==",
}
Object Change Notifications