mirror of
https://github.com/suitenumerique/drive.git
synced 2026-09-23 01:55:11 +02:00
The file upload to the object storage backend was made using a presigned post. But not many object storage solution implement this method. They all used presigned url combined with the put_object method. We choose to change to this method to be more widely compatible.