Method: Filer::Command#configure_s3

Defined in:
lib/filer.rb

#configure_s3(key, secret, bucket) ⇒ Object



67
68
69
70
71
# File 'lib/filer.rb', line 67

def configure_s3(key, secret, bucket)
  Settings[:s3_key], Settings[:s3_secret], Settings[:s3_bucket] =
    key, secret, bucket
  save_settings
end