Home > @infiniteobjects/data-types > IStorageObject
Google Storage Object Public API
Signature:
export interface IStorageObject
| 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} |