I'd like to know if Google Cloud Storage provides an efficient way of checking if a file with a given name exists in a given bucket with node.js. A method such as bucket.fileExists('someName')
would be ideal. I apologize if there's an obvious answer. Any constructive feedback would be greatly appreciated.
They added the
file.exists()
method.