Interface StorageSettings

Configuration for object lifecycle and storage behavior.

interface StorageSettings {
    expiresIn: ObjectExpiration;
}

Properties

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.