Hello,
I upload files on my storage bucket using a signed url.
To do so, I use axios from my VueJs app with a PUT request. My bucket is multi-region (eu) and my users are in europe too.
Everything works fine except for users on mobile phones or with not so good connections desktops. It takes about 60s to upload a 10Mo file from these devices.
Do you see any improvement i can try to decrease this time to upload a file ?