arnemolland / sigv4

Dart library for signing AWS requests with Signature Version 4
MIT License
17 stars 23 forks source link

[WEB] Upload to S3 example needed #23

Open BartusZak opened 3 years ago

BartusZak commented 3 years ago

I would like to know how can I upload a file to Amazon S3 Bucket with App Permisssions (accessKey) and with sessionToken.

arnemolland commented 3 years ago

Hi! The library is not actively maintained, so I cannot guarantee anything soon, but I'll take a look when I'm free.

ghulamostafa commented 3 years ago

Hello @BartusZak , you can try following this article for that: https://ghulamustafa.com/2021/03/20/how-to-upload-to-digitalocean-amazon-s3-spaces-using-flutter/