Method: Lono::Template::Helper#template_s3_path

Defined in:
lib/lono/template/helper.rb

#template_s3_path(template_name) ⇒ Object



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