lib/unimatrix/alchemist/aws_rendition_profile.rb in unimatrix-2.8.0 vs lib/unimatrix/alchemist/aws_rendition_profile.rb in unimatrix-2.9.0

- old
+ new

@@ -1,9 +1,15 @@ module Unimatrix::Alchemist class AwsRenditionProfile < RenditionProfile field :preset_id + field :transcoder + field :encryption + field :encryption_system_id + field :encryption_url + field :encryption_static_key + field :encryption_static_url end end \ No newline at end of file