flutter_aws_s3_client 0.6.0 flutter_aws_s3_client: ^0.6.0 copied to clipboard
A simple, unofficial AWS S3 client in dart. Supports downloading objects and listing objects in a bucket.
0.6.0 #
- null safe release
0.5.3 #
- please do not use, this was published accidentally
0.5.2 #
- Switch to amazon_cognito_identity_dart_2
0.5.1 #
- Fix bug when listing objects in empty directories (see #6 ).
0.5.0 #
-
BREAKING CHANGE: Migrate from host-styled url scheming to path-styled URLs to allow buckets that contain dots (See issue #4) Thanks to ketanm!
-
Broaden dependency ranges
0.4.1 #
- Update xml2json 4.0.0
0.4.0 #
- Update dependency versions
0.3.0 #
- BREAKING CHANGE: renamed 'path' parameter to 'key'
- Fix bug that caused a wrong signature when key contains characters that need to be url-encoded
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. Support GET Bucket (List Objects) and GET Object.