class Aws::SharedConfig
def loadable?(path)
- Note:   -  This method does not indicate if the file found at {#path} 
Returns:
- 
        (Boolean)- Returns `true` if a credential file
def loadable?(path) !path.nil? && File.exist?(path) && File.readable?(path) end