https://bugzilla.wikimedia.org/show_bug.cgi?id=38511

       Web browser: ---
             Bug #: 38511
           Summary: chunkUpload broken with swift backend
           Product: MediaWiki
           Version: 1.20-git
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: File management
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---


chunk upload does not work with swift backend.
it fails in UploadFromChunk.php storing the chunk

$storeStatus = $this->repo->store( $chunkPath, 'temp', "$hashPath$fileKey" );


CopyFileOp:
{
 "op":"copy",
 "src":"mwstore:\/\/local-swift\/temp\/20120719232646!phpbhXn
67.jpg",
 "dst":"mwstore:\/\/local-swift\/temp\/10q46aooks20.xkaaoe.1.0",
 "overwrite":0,"overwriteSame":0,"failedAction":"attempt"
}

backend-fail-copy; mwstore://local-swift/temp/20120719232646!phpbhXn67.jpg;
mwstore://local-swift/temp/10q46aooks20.xkaaoe.1.jpg.0

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to