class Google::Cloud::Storage::Service

def add_custom_header header_name, header_value

Add custom Google extension header to the requests that use the signed URLs.
#
def add_custom_header header_name, header_value
  @service.request_options.header[header_name] = header_value
end