1.0.6 • Published 5 years ago

node-red-contrib-google-cloud-gcs-delete v1.0.6

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

This node extends the node-red-google-contrib package by a node to Delete a File in the Google Cloud Storage. It will only work if the node-red-contrig-google-cloud node is also installed.

Google Cloud Storage Delete

This node deletes a Google Cloud Store (GCS) object and returns the result.

At runtime, the value of msg.filename contains describes the file to delete. The format of this field is a GCS Url of the form gs://[BUCKET]/[FILE]. Alternatively, we can specify the file to be read in the file name configuration property. If both this property and a runtime value found in msg.filename are present, then the msg.filename name will be used.

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago