ConservationInternational / cplus-plugin

QGIS plugin for using CPLUS framework in effective land-use planning
https://conservationinternational.github.io/cplus-plugin/
GNU General Public License v3.0
3 stars 5 forks source link

Cplus API: Allow multipart upload for large file #398

Closed danangmassandy closed 1 month ago

danangmassandy commented 2 months ago

When uploading large layer file to S3, we should use multipart with presigned url as suggested in this article. We can also improve by using Transfer Accelaration but this needs to be enabled in the bucket settings.