Export

GenericS3Input

Hierarchy (view full)

Constructors

Properties

accessKey?: string

Your generic S3 access key (required)

Memberof

GenericS3Input

accessStyle?: S3AccessStyle

Specifies the URL access style to use

Memberof

GenericS3Input

bucketName?: string

Your generic S3 bucket name (required)

Memberof

GenericS3Input

createdAt?: Date

Creation timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

customData?: {
    [key: string]: any;
}

User-specific meta data. This can hold anything.

Type declaration

  • [key: string]: any

Memberof

BitmovinResource

description?: string

Description of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

host?: string

The generic S3 server hostname (or IP address) (required)

Memberof

GenericS3Input

id?: string

Id of the resource (required)

Memberof

BitmovinResponse

modifiedAt?: Date

Modified timestamp, returned as UTC expressed in ISO 8601 format: YYYY-MM-DDThh:mm:ssZ

Memberof

BitmovinResource

name?: string

Name of the resource. Can be freely chosen by the user.

Memberof

BitmovinResource

port?: number

The port on which the generic S3 server is running on (if not provided 8000 will be used)

Memberof

GenericS3Input

secretKey?: string

Your generic S3 secret key (required)

Memberof

GenericS3Input

signatureVersion?: S3SignatureVersion

Specifies the method used for authentication

Memberof

GenericS3Input

signingRegion?: string

The signing region to use

Memberof

GenericS3Input

ssl?: boolean

Controls whether SSL is used or not

Memberof

GenericS3Input

type: InputType = InputType.GENERIC_S3

Discriminator property for Input

Memberof

GenericS3Input

_discriminatorMapping: {
    AKAMAI_NETSTORAGE: string;
    ASPERA: string;
    AZURE: string;
    DIRECT_FILE_UPLOAD: string;
    FTP: string;
    GCS: string;
    GCS_SERVICE_ACCOUNT: string;
    GENERIC_S3: string;
    HTTP: string;
    HTTPS: string;
    LOCAL: string;
    REDUNDANT_RTMP: string;
    RTMP: string;
    S3: string;
    S3_ROLE_BASED: string;
    SFTP: string;
    SRT: string;
    ZIXI: string;
} = ...

Type declaration

  • AKAMAI_NETSTORAGE: string
  • ASPERA: string
  • AZURE: string
  • DIRECT_FILE_UPLOAD: string
  • FTP: string
  • GCS: string
  • GCS_SERVICE_ACCOUNT: string
  • GENERIC_S3: string
  • HTTP: string
  • HTTPS: string
  • LOCAL: string
  • REDUNDANT_RTMP: string
  • RTMP: string
  • S3: string
  • S3_ROLE_BASED: string
  • SFTP: string
  • SRT: string
  • ZIXI: string
_discriminatorName: "type" = 'type'