aws_s3_upload icon indicating copy to clipboard operation
aws_s3_upload copied to clipboard

A simple, convenient package for uploading to S3 in Flutter

Results 21 aws_s3_upload issues
Sort by recently updated
recently updated
newest added

query failed after returning 20 values (BAD_INDEX)

The aws_s3_upload seems to be the only one that uploads files to amazon S3 in a simple and mininal and is dart 3 compatible thanks to the creator . But...

Is it possible to update the dependencies to the latest versions

trying to upload a photo but response returns null without any exception. couldn't figure out why. ``` Future addPhotoToAws(File path) async { String bucketName = "*****"; final response = await...

Hello, can you please add a callback for the upload progress? Thank you.

@Serdnad Hey, i have been using this package for sometime, working fine in android but i getting "Connection reset by peer" for ios from send() function from base_request.dart file. Any...