It looks that PR #3805 broke the storage-compat generation where we have special handling for deserializing headers, bodies from XML and attach raw responses
Actual:
the Storage streaming methods now calls getBinaryResponseBody() and we lost special handling for storage to deserialize errors, attach parsed headers/body and responses.
build error is also introduced in e.g., generated download() method

It looks that PR #3805 broke the storage-compat generation where we have special handling for deserializing headers, bodies from XML and attach raw responses
Actual:
the Storage streaming methods now calls
getBinaryResponseBody()and we lost special handling for storage to deserialize errors, attach parsed headers/body and responses.build error is also introduced in e.g., generated
download()method