# File lib/aws/core/credential_providers.rb, line 290
        def get_credentials
          if File.exist?(path) && File.readable?(path)
            load_from_path
          else
            {}
          end
        end