class Google::Cloud::Storage::File::SignerV2

def signature_str options

def signature_str options
  [options[:method], options[:content_md5],
   options[:content_type], options[:expires],
   format_extension_headers(options[:headers]) + ext_path].join "\n"
end