GoogleCloudPlatform / node-red-contrib-google-cloud

Node-RED nodes for Google Cloud Platform
Apache License 2.0
90 stars 57 forks source link

Expose content type as a configuration property #4

Closed kolban-google closed 5 years ago

kolban-google commented 5 years ago

Currently, the content type of a GCS Write is supplied at runtime in the msg.contentType property. This issue requests and enhancement to allow the content Type to be supplied via a configuration property. If both a runtime and a configuration property are supplied, the runtime will be used.

kolban-google commented 5 years ago

The coding is now complete on this issue and the changes checked into branch dev. This issue will be left open until publication.