@dolbyio/dolbyio-rest-apis-client - v5.1.1
    Preparing search index...

    Interface UpdateStorageOptionsModel

    Additional options for the storage location.

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

    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.