class Aws::Log::ParamFormatter

def summarize_filepath(path)

def summarize_filepath(path)
  "#<File:#{path} (#{File.size(path)} bytes)>"
end