Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/native_rust_library/src/backup/upload_handler.rs | ||
---|---|---|
199–209 ↗ | (On Diff #45634) | Depending on what files will be generated we're going to upload User Keys, or User Data, or both |
services/commtest/tests/backup_integration_test.rs | ||
60 ↗ | (On Diff #45634) | not sure what is best pattern for this |
shared/backup_client/src/lib.rs | ||
59–84 ↗ | (On Diff #45634) | this is strange but we need to maintain order, otherwise backup service can fail to parse Multiplart |
86–88 ↗ | (On Diff #45634) | We always want to upload at least one, and depending on data we're gone chose endpoint (see below) |