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
We are trying to upload big files (around 64MB-90MB) and it always fails for RAR and ZIP files, but it works on TXT files, for example.
The upload sessions work correctly, and the PUTs do not generate error.
The commit also finishes with a 202 code, but ultimately fails with a 400 code (File digest was incorrect).
This error does not happen when we downgrade to a previous version, and we can upload any kind of file of any size.
Could this be related to the new SHA implementation?
The text was updated successfully, but these errors were encountered:
We are trying to upload big files (around 64MB-90MB) and it always fails for RAR and ZIP files, but it works on TXT files, for example.
The upload sessions work correctly, and the PUTs do not generate error.
The commit also finishes with a 202 code, but ultimately fails with a 400 code (File digest was incorrect).
This error does not happen when we downgrade to a previous version, and we can upload any kind of file of any size.
Could this be related to the new SHA implementation?
The text was updated successfully, but these errors were encountered: