Uh oh!
There was an error while loading. Please reload this page.
Split chunked upload phases - #165
Conversation
Greptile SummaryThis PR splits the monolithic
Confidence Score: 4/5Safe to merge after fixing the metadata omission in Local::uploadData's single-chunk path. The Local::uploadData single-chunk path returns without updating $metadata['parts'] or $metadata['chunks'], leaving them at the zero-state initialised by prepareUpload. Every other single-chunk code path sets these fields correctly, so any caller that reads metadata after a single-chunk uploadData will observe inconsistent state. src/Storage/Device/Local.php — the uploadData single-chunk early-return path does not update metadata. Important Files Changed
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Summary
Tests
Notes