S3PreSignedURLGenerator.properties

The full path of this file is:

/etc/escenic/engine/webapp/pub-name/com/escenic/video/presentation/S3PreSignedURLGenerator.properties

where pub-name is the name of the publication.

You only need to edit this file if you are not using CloudFront to distribute your transcoded media content. If you are using CloudFront, then you should edit CloudFrontSignedURLGenerator.properties instead (see CloudFrontSignedURLGenerator.properties).

expiredTime

All content stored in S3 buckets is private. In order to allow users to access content, pre-signed URLs are generated. These URLs have a limited lifetime: once one expires, the content it referenced is no longer accessible. This property specifies the lifetime of the pre-signed URLs, in minutes. The maximum allowed value is 10080 (= 7 days). For further information, see Amazon S3 Authentication Policy. The default value is 900 (= 15 hours).

expiredTime=900