1.0.6 • Published 3 years ago

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

Weekly downloads
4
License
ISC
Repository
github
Last release
3 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

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago