stack

Home > @infiniteobjects/data-types > IStorageObject

IStorageObject interface

Google Storage Object Public API

Signature:

export interface IStorageObject 

Properties

Property Modifiers Type Description
bucket   string The bucket where the file is
file   string The path f=of the file in the bucket
publicUrl   string | false A url of this file or false if is private
storagePath   string A full storage path in the form of gs://{bucket}/{file}