Created multipart form data and uploads it with authentication.
Depends on D8992
Differential D8993
[client-backup] implement API call to upload backup kamil on Aug 29 2023, 2:13 AM. Authored by Tags None Referenced Files
Details Created multipart form data and uploads it with authentication. Depends on D8992 Call this with mock data and check if works, call it with wrong data/auth to make sure it will be rejected.
Diff Detail
Event Timeline
Comment Actions At some point we'll probably want to think about how uploads might work in the background. If the backup is large, I could imagine that the client would need background upload in order to complete the upload. Is there a task to track this? Comment Actions I was thinking about moving this implementation to native code to have access to DB logs and performing upload on a separate thread : ENG-4678. |