We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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);
Activity