flutter_aws_s3_client 0.2.0
flutter_aws_s3_client: ^0.2.0 copied to clipboard
A simple, unofficial AWS S3 client in dart. Supports downloading objects and listing objects in a bucket.
0.2.0 #
- Check the status code before trying to parse responses. Throw exceptions on error status codes.
0.1.0 Remove dependency on flutter, Update dependencies #
0.0.4 Add example #
0.0.3 Fix homepage #
0.0.2 Better documentation #
0.0.1 Initial Release #
- Initial Release. Support GET Bucket (List Objects) and GET Object.