When an upload finishes onUploadComplete is triggered. When the last item in a queue has been uploaded onQueueComplete is triggered. But shouldn't it also happen in that order? With the current beta of v3 it seems that onQueueComplete is triggered before onUploadComplete. Technically this should be impossible, since the queue can't be empty before all uploads have finished.