Had the read the code to easily see what values I could pass into options like below. Shouldn't have to read the code.
var options = {
data: data, // png image data
metadata: {
contentType: 'image/png'
}
};
bucket.write('image.png', options, callback);