summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/minio
Commit message (Collapse)AuthorAgeFilesLines
* Updating server dependancies (#5249)Christopher Speller2017-02-0244-1118/+1712
|
* Moving away from goamz to use minio-go instead. (#4193)Harshavardhana2016-10-2684-0/+19339
minio-go does fully managed way of handling S3 API requests - Automatic bucket location management across all s3 regions. - Transparently upload large files in multipart if file 64MB or larger. - Right GetObject() API provides compatibility with io.ReadWriteSeeker interface. - Various other APIs including bulk deletes, server side object copy, bucket policies and bucket notifications. Fixes #4182