Method: Plat::Layout#aws_options
- Defined in:
- lib/plat/layout/aws.rb
#aws_options ⇒ Object
14 15 16 17 18 19 20 |
# File 'lib/plat/layout/aws.rb', line 14 def ||= { access_key_id: configuration.aws_access_key_id, secret_access_key: configuration.aws_secret_access_key } end |