Pub1ImporterConfiguration.properties

The full path of this file is:

/etc/escenic/engine/common/com/escenic/media/aws/services/import/pub1/Pub1ImporterConfiguration.properties

publicationId

The ID of the publication in which the content item is to be created. For example:

publicationId=1
sectionId

The ID of the section in which the content item is to be created. For example:

sectionId=8
state

The state to which the created content item is to be set: draft, submitted or published. For example:

state=draft
contentType

The type of the created content item. For example:

contentType=aws-video
syndicationBucketBaseURI

The base URI of the AWS syndication bucket – the root folder to which media files are to be uploaded. For example:

syndicationBucketBaseURI=s3://bucket-name/storage/path/
errorBucketBaseURI

The base URI of the AWS error bucket – the root folder to which failed media files will be copied. It must have a different path than syndicationBucketBaseURI. For example:

errorBucketBaseURI=s3://bucket-name/storage/path/
mediaType

The media type of the imported content: Video, Audio or Image. This property is optional – if you don't specify a value then the media type is detected. If, however, you know that only one specific media type is to be, imported, then you are recommended to set it. For example:

mediaType=Video