I'm referring to https://flysystem.thephpleague.com/
Let's suppose I'm using the DropBox adapter. I am unclear as to which of the 2 process flows flysystem use. I have googled on this topic but have not seen any clear answer.
Assume a scenario where a user uploads a file. Which of the below 2 is the correct flow?
User uploads file -> local server receives file -> local server re-uploads it to DropBox (through flysystem)
User uploads file -> DropBox directly receives file (through flysystem)