From [the code](https://github.com/GoogleCloudPlatform/gcloud-node/blob/fcc6123ddb0678f29d9ccd606e81318f988b4fa8/lib/storage/bucket.js#L308): ``` javascript bucket.setMetadata({ contentType: 'application/x-font-ttf', metadata: { my: 'custom', properties: 'go here' } }, function(err, metadata) {}); ```