nbspou / dospace

Dart client library to interact with the DigitalOcean Spaces API. Same API as Amazon AWS S3.
BSD 3-Clause "New" or "Revised" License
14 stars 48 forks source link

How to upload using pre signed url? #5

Open HathTech opened 4 years ago

HathTech commented 4 years ago

How to use presigned url to upload?

ghulamostafa commented 3 years ago

You can check this article for uploading and downloading images on Amazon S3 or Digital Ocean Spaces using your Flutter application: https://ghulamustafa.com/2021/03/20/how-to-upload-to-digitalocean-amazon-s3-spaces-using-flutter/