Class: ConfigureS3Website::Runner
- Inherits:
-
Object
- Object
- ConfigureS3Website::Runner
- 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(, standard_input = STDIN) S3Client.configure_website maybe_create_or_update_cloudfront , standard_input end |