Skip to content

docs: Improve documentation around options, especially metadata #161

Closed
@ryanseys

Description

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Labels

🚨This issue needs some love.triage meI really want to be triaged.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions