- 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
listAllObjects
andlistAllObjectsV2
- Fix signing error in
listObjects
when prefix contains spaces #34 - Improved compatibility with Filebase #31
- Fixes signing error in case object name contains symbols #29
getObject
now returnsMinioByteStream
with an additionalcontentLength
field.
- 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