flutter_aws_s3_client 0.5.2 copy "flutter_aws_s3_client: ^0.5.2" to clipboard
flutter_aws_s3_client: ^0.5.2 copied to clipboard

outdated

A simple, unofficial AWS S3 client in dart. Supports downloading objects and listing objects in a bucket.

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 #

  • Initial Release. Support GET Bucket (List Objects) and GET Object.
35
likes
0
pub points
87%
popularity

Publisher

unverified uploader

A simple, unofficial AWS S3 client in dart. Supports downloading objects and listing objects in a bucket.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

amazon_cognito_identity_dart_2, built_collection, built_value, http, xml2json

More

Packages that depend on flutter_aws_s3_client