You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 6, 2026. It is now read-only.
This is hard to reproduce as the live GCS doesn't seem to send checksums for partial responses.
This fake-gcs-server however includes checksums with partial responses (HTTP status 206), which seems to be allowed according to the box here.
I would suggest skipping validation when we receive a partial response.
Environment details
google-resumable-mediaversion: 2.4.0Steps to reproduce
This is hard to reproduce as the live GCS doesn't seem to send checksums for partial responses.
This fake-gcs-server however includes checksums with partial responses (HTTP status 206), which seems to be allowed according to the box here.
I would suggest skipping validation when we receive a partial response.