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

    Interface UploadCredentials

    Represents a set of upload credentials for assets.

    interface UploadCredentials {
        accessKeyId?: string;
        bucketName?: string;
        expiration?: string;
        objectPrefix?: string;
        path?: string;
        secretAccessKey?: string;
        sessionToken?: string;
    }
    Index

    Properties

    accessKeyId?: string

    AWS Access Key ID.

    bucketName?: string

    S3 bucket to which content can be uploaded to.

    expiration?: string

    Credentials expire within 1 hr by default. Please upload and register media assets before expiry..

    objectPrefix?: string

    Prefix of S3 locaton to which content can be uploaded to.

    path?: string

    Path to upload media asset contents. Path is in the form of s3://<bucketName>/<objectPrefix>/.

    secretAccessKey?: string

    AWS Secret Access Key.

    sessionToken?: string

    Session token.