class Stratosphere::AWS::ElasticTranscoder
Public Class Methods
create_job(params)
click to toggle source
# File lib/stratosphere/aws.rb, line 48 def self.create_job(params) encoder.create_job(params) end
encoder()
click to toggle source
# File lib/stratosphere/aws.rb, line 42 def self.encoder key = Stratosphere.config.aws[:access_key] secret = Stratosphere.config.aws[:secret] Aws::ElasticTranscoder::Client.new(credentials: Aws::Credentials.new(key, secret), region: Stratosphere.config.aws[:region]) end