Show / Hide Table of Contents

Class S3Output

S3Output

Inheritance
System.Object
BitmovinResponse
BitmovinResource
Output
S3Output
Inherited Members
Output.Acl
BitmovinResource.Name
BitmovinResource.Description
BitmovinResource.CreatedAt
BitmovinResource.ModifiedAt
BitmovinResource.CustomData
BitmovinResponse.Id
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class S3Output : Output

Properties

AccessKey

Amazon S3 access key (required)

Declaration
public string AccessKey { get; set; }
Property Value
Type Description
System.String

BucketName

Amazon S3 bucket name (required)

Declaration
public string BucketName { get; set; }
Property Value
Type Description
System.String

CloudRegion

The cloud region in which the bucket is located. Is used to determine the ideal location for your encodings automatically.

Declaration
public AwsCloudRegion? CloudRegion { get; set; }
Property Value
Type Description
System.Nullable<AwsCloudRegion>

Md5MetaTag

If set a user defined tag (x-amz-meta-) with that key will be used to store the MD5 hash of the file.

Declaration
public string Md5MetaTag { get; set; }
Property Value
Type Description
System.String

SecretKey

Amazon S3 secret key (required)

Declaration
public string SecretKey { get; set; }
Property Value
Type Description
System.String

SignatureVersion

Specifies the method used for authentication. Must be set to S3_V2 if the region supports both V2 and V4, but the bucket allows V2 only (see https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region)

Declaration
public S3SignatureVersion? SignatureVersion { get; set; }
Property Value
Type Description
System.Nullable<S3SignatureVersion>
Back to top Generated by DocFX