Class: ConfigureS3Website::Runner

Inherits:
Object
  • Object
show all
Defined in:
lib/configure-s3-website/runner.rb

Class Method Summary collapse

Class Method Details

.run(options, standard_input = STDIN) ⇒ Object



3
4
5
6
# File 'lib/configure-s3-website/runner.rb', line 3

def self.run(options, standard_input = STDIN)
  S3Client.configure_website options
  maybe_create_or_update_cloudfront options, standard_input
end