minio 3.5.7 copy "minio: ^3.5.7" to clipboard
minio: ^3.5.7 copied to clipboard

Unofficial MinIO Dart Client SDK that provides simple APIs to access any Amazon S3 compatible object storage server.

3.5.7 #

  • fix maxKeys error while using listObject query #97
  • Bump intl from 0.19.0 to 0.20.0 in the root-pub group #96

3.5.6 #

  • Fix non en-US date time parse #95

3.5.5 #

  • Move x-amz-security-token allocation before signV4 to correctly sign the request #92
  • Bump mime from 1.0.6 to 2.0.0 in the root-pub group #91

3.5.4 #

  • Add validation for HTTP response for getObjectACL / Make retrieval of ACLs optional for statObject #48

3.5.3 #

  • Add pathStyle parameter to Minio constructor to support custom endpoints.

3.5.2 #

  • Downgrade meta package to 1.12.0 to fix compatibility issues with Flutter.

3.5.1 #

  • Updates minimum supported SDK version to Dart 3.0.
  • Fixes all lint warnings.
  • Added x-amz-security-token header support for session tokens.
  • Wait for rename to finish before in fGetObject.
  • Updated MinioError to implement the Exception interface.
  • Added XML validation before parsing response body.
  • Updated return type of presignedPostPolicy to Future<PostPolicyResult>.
  • Replaced push with add for adding conditions to the policy.

3.5.0 #

  • Fix listObject with utf-8 prefix

3.4.0-pre #

  • Better upload progress on web

3.3.3 #

  • Fix empty upload error
  • Update README.md

3.3.3-pre #

  • Update stream file upload

3.3.2-pre #

  • Add tests

3.3.1-pre #

  • Improve upload progress granularity
  • Fix broken test

3.3.0-pre #

  • Support listening upload progress

3.2.0 #

  • Fix response body utf-8 encoding #14

3.1.0 #

  • Add listAllObjects and listAllObjectsV2
  • Fix signing error in listObjects when prefix contains spaces #34
  • Improved compatibility with Filebase #31

3.0.0 #

  • Fixes signing error in case object name contains symbols #29

2.1.0-pre #

  • getObject now returns MinioByteStream with an additional contentLength field.

2.0.0-pre #

  • Migrate to NNBD

1.4.0-pre #

  • Object's ACL Query; Include object's ACL in stat #23, thanks @rtgnx

1.3.0 #

  • fix HTTP header for user-defined object metadata #17, thanks @philenius

1.2.0 #

  • fix #15 fPutObject content-type: 'image/jpeg' is ignored

1.1.0 #

1.1.0-pre #

  • fix bucketExists is true when bucket doesn't exist #13

1.0.2-pre #

  • Replace static region 'us-east-1' in method listBuckets() with variable's value

1.0.1-pre #

  • Updated dependencies
  • Fixed Malformed XML error
  • Fixed Types incompatibility in minio_uploader stream subscription queries
  • Temporarily closed call for search of unfinished uploads (Causes Signature Error)

0.1.8 #

  • Update dependency

0.1.7 #

  • Fix region issue, thanks @ivoryxiong

0.1.6 #

  • support policy apis

0.1.5 #

  • support notification apis

0.1.4 #

  • support presignedPostPolicy

0.1.3 #

  • support presignedGetObject and presignedPutObject

0.1.2 #

  • support presignedUrl

0.1.1 #

  • update dependency

0.1.0+2 #

  • try to fix table display

0.1.0+1 #

  • update README

0.1.0 #

  • Initial version, created by Stagehand
105
likes
160
points
3.75k
downloads

Publisher

unverified uploader

Weekly Downloads

Unofficial MinIO Dart Client SDK that provides simple APIs to access any Amazon S3 compatible object storage server.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

buffer, convert, crypto, http, intl, meta, mime, path, xml

More

Packages that depend on minio