10 11 12 13 14
# File 'lib/lono/template/helper.rb', line 10 def template_s3_path(template_name) # hi-jacking Uploader for https_url template_path = "output/#{@blueprint}/templates/#{template_name}.yml" Lono::S3::Uploader.new(template_path).s3_https_url end