@dolbyio/dolbyio-rest-apis-client - v6.3.0
    Preparing search index...

    Interface UpdateStorageOptionsModel

    Additional options for the storage location.

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

    Properties

    bucketName?: string | null

    Optional, name of the bucket to use for storage.

    bucketRegion?: string | null

    Optional, region of the bucket to use for storage.

    objectPrefix?: string | null

    Optional, prefix to prepend to assets names in storage.