class Google::Cloud::Storage::Service

def add_custom_headers headers

Add custom Google extension headers to the requests that use the signed URLs.
#
def add_custom_headers headers
  @service.request_options.header.merge! headers
end