class Amazonite::Core::IniParser

Defined in:

core/ini_parser.cr

Constant Summary

Log = ::Log.for(self)

Constructors

Instance Method Summary

Constructor Detail

def self.new(profile : String | Nil = nil, env : Fetcher = EnvFetcher.new, credentials_filepath : String | Nil = nil, config_filepath : String | Nil = nil) #

[View source]

Instance Method Detail

def [](key) #

[View source]
def access_key_id #

[View source]
def config_filepath : String? #

[View source]
def credentials_filepath : String? #

[View source]
def profile : String? #

[View source]
def region #

[View source]
def secret_access_key #

[View source]