Get file reference from URI #2057
Labels
api: storage
Issues related to the googleapis/nodejs-storage API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Does this library offer users a way to get a reference to a file in GCS from a URI? Suppose I have a uri like the following:
gs://mybucket/myvideo.mov
.Ideally I'd like to have an api like the following:
Is this possible or will I have to write my own utility function to parse the
gs://...
uri?The text was updated successfully, but these errors were encountered: