Class: FlatironS3Uploader::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/flatiron_s3_uploader/cli.rb

Instance Method Summary collapse

Instance Method Details

#upload(filepath) ⇒ Object



20
21
22
23
# File 'lib/flatiron_s3_uploader/cli.rb', line 20

def upload(filepath)
  bucket = options['bucket']
  puts FlatironS3Uploader.upload(filepath, bucket, options)
end