Method: Plat::Layout#aws_options

Defined in:
lib/plat/layout/aws.rb

#aws_optionsObject



14
15
16
17
18
19
20
# File 'lib/plat/layout/aws.rb', line 14

def aws_options
  @aws_options ||= 
  {
    access_key_id: configuration.aws_access_key_id,
    secret_access_key: configuration.aws_secret_access_key
  }
end