Class: Cumulus::S3::Commands

Inherits:
Common::Commands show all
Defined in:
lib/s3/Commands.rb

Class Method Summary collapse

Methods inherited from Common::Commands

command_details, execute, format_message, help_message, manager_name, parse, usage_message, valid_options, verify

Class Method Details



11
12
13
14
15
16
# File 'lib/s3/Commands.rb', line 11

def self.banner_message
  format_message [
    "s3: Manage S3 Buckets",
    "\tDiff and sync S3 bucket configuration with AWS.",
  ]
end

.managerObject



6
7
8
9
# File 'lib/s3/Commands.rb', line 6

def self.manager
  require "s3/manager/Manager"
  Cumulus::S3::Manager.new
end