Interface StorageSettings

Configuration for object lifecycle and storage behavior.

interface StorageSettings {
    expiresIn?: ObjectExpiration;
    initialAcl?: StorageACL;
}

Properties

expiresIn?: ObjectExpiration

The expiration time for the stored files (images, videos, etc.). You can specify one of the enumerated values or a number of seconds.

initialAcl?: StorageACL

Optional ACL configuration applied to the uploaded object.