Additional options for the storage location.

interface UpdateStorageOptionsModel {
    bucketName?: string;
    bucketRegion?: string;
    objectPrefix?: string;
}

Properties

bucketName?: string

Optional, name of the bucket to use for storage.

bucketRegion?: string

Optional, region of the bucket to use for storage.

objectPrefix?: string

Optional, prefix to prepend to assets names in storage.