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

    Interface StorageProfileValidationRequest

    Represents a storage profile validation request.

    interface StorageProfileValidationRequest {
        options?: {
            bucketName: string;
            bucketRegion?: string;
            objectPrefix?: string;
        };
        profileId: string;
        type?: "awsS3"
        | "gcs"
        | "dolbyStorage";
    }
    Index

    Properties

    options?: { bucketName: string; bucketRegion?: string; objectPrefix?: string }

    Storage profile options.

    Type Declaration

    • bucketName: string

      Name of bucket to upload clips to. Please ensure Dolby's service account is granted access.

    • OptionalbucketRegion?: string

      Region of the specified bucket. Required when using storageType awsS3.

    • OptionalobjectPrefix?: string

      Prefix to object when stored in bucket i.e. protocol://bucketName/objectPrefix/objectName.ext. objectName is either defined by a system assigned GUID or the user-specified clipName.

    profileId: string

    Identifier of the storage profile.

    type?: "awsS3" | "gcs" | "dolbyStorage"

    Type of storage.