summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/minio/minio-go/api-list.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-10934 Update server dependencies. (#8981)Christopher Speller2018-06-211-12/+15
| | | | | | * Changing throttled import path. * Upgrading dependencies.
* Upgrading server dependancies (#8154)Christopher Speller2018-01-291-19/+21
|
* Upgrading server dependancies (#6984)Christopher Speller2017-07-201-18/+30
|
* Upgrading server dependancies (#6431)Christopher Speller2017-05-171-32/+36
|
* Updating server dependancies (#5249)Christopher Speller2017-02-021-0/+1
|
* Moving away from goamz to use minio-go instead. (#4193)Harshavardhana2016-10-261-0/+698
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