Class: Kawara::Config

Inherits:
Object
  • Object
show all
Includes:
ActiveSupport::Configurable, Singleton
Defined in:
lib/kawara/config.rb

Instance Method Summary collapse

Instance Method Details

#awsObject



14
15
16
17
18
19
20
21
# File 'lib/kawara/config.rb', line 14

def aws
  {
    access_key_id: config.aws_access_key,
    secret_access_key: config.aws_secret_key,
    region: config.aws_region,
    bucket: config.aws_bucket
  }
end