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
I am trying to use this package for bunny CDN tus upload, and it is working well except checksum mismatched error.
If i remove Upload-Checksum header then it is working fine. Upload-Checksum header is there in core code of package which can be dynamic/configurable instead of static.
For now i have extended class and override the method for remove that header.
Thanks
The text was updated successfully, but these errors were encountered:
I am trying to use this package for bunny CDN tus upload, and it is working well except checksum mismatched error.
If i remove Upload-Checksum header then it is working fine. Upload-Checksum header is there in core code of package which can be dynamic/configurable instead of static.
For now i have extended class and override the method for remove that header.
Thanks
The text was updated successfully, but these errors were encountered: