- Fix path encoding for space and plus characters in object names to prevent signature mismatch errors #7
- Update fPutObject method signature to use named parameters for better API consistency
- fix maxKeys error while using listObject query #97
- Bump intl from 0.19.0 to 0.20.0 in the root-pub group #96
- Fix non en-US date time parse #95
- 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
- Add validation for HTTP response for
getObjectACL/ Make retrieval of ACLs optional forstatObject#48
- Add
pathStyleparameter toMinioconstructor to support custom endpoints.
- Downgrade
metapackage to1.12.0to fix compatibility issues with Flutter.
- 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
MinioErrorto implement theExceptioninterface. - Added XML validation before parsing response body.
- Updated return type of
presignedPostPolicytoFuture<PostPolicyResult>. - Replaced
pushwithaddfor adding conditions to the policy.
- Fix listObject with utf-8 prefix
- Better upload progress on web
- Fix empty upload error
- Update README.md
- Update stream file upload
- Add tests
- Improve upload progress granularity
- Fix broken test
- Support listening upload progress
- Fix response body utf-8 encoding #14
- Add
listAllObjectsandlistAllObjectsV2 - Fix signing error in
listObjectswhen prefix contains spaces #34 - Improved compatibility with Filebase #31
- Fixes signing error in case object name contains symbols #29
getObjectnow returnsMinioByteStreamwith an additionalcontentLengthfield.
- Migrate to NNBD
- fix HTTP header for user-defined object metadata #17, thanks @philenius
- fix #15 fPutObject content-type: 'image/jpeg' is ignored
- fix bucketExists is true when bucket doesn't exist #13
- Replace static region 'us-east-1' in method listBuckets() with variable's value
- 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)
- Update dependency
- Fix region issue, thanks @ivoryxiong
- support policy apis
- support notification apis
- support presignedPostPolicy
- support presignedGetObject and presignedPutObject
- support presignedUrl
- update dependency
- try to fix table display
- update README
- Initial version, created by Stagehand