summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/minio
Commit message (Collapse)AuthorAgeFilesLines
* Upgrading server dependency. (#8807)Christopher Speller2018-05-1811-46/+109
|
* Upgrading minio-go library to 6.0.0 (#8651)Jesús Espino2018-04-3036-2166/+1479
| | | | | | * Upgrading minio-go library to 6.0.0 * Removing unnecesary Gopkg constraint
* Depenancy upgrades and movign to dep. (#8630)Christopher Speller2018-04-1670-12750/+0
|
* Adding minio-go for to the dependencies to temporary fix 2 minio-go bugs (#8577)Jesús Espino2018-04-062-8/+8
|
* Upgrading server dependancies (#8308)Christopher Speller2018-02-163-15/+69
|
* Upgrading server dependancies (#8154)Christopher Speller2018-01-29144-3009/+8494
|
* [XYZ-6] Add sampledata platform command (#8027)Jesús Espino2018-01-114-17/+10
| | | | | | | | * Add fake dependency * [XYZ-6] Add sampledata platform command * Creating EMOJI_NAME_MAX_LENGTH as a constant and using it where needed
* Updating server dependancies. (#7538)Christopher Speller2017-09-2915-823/+1767
|
* Updating server dependancies. (#7246)Christopher Speller2017-08-1729-4005/+4641
|
* Upgrading server dependancies (#6984)Christopher Speller2017-07-2080-2885/+5401
|
* Updating server dependancies (#6712)Christopher Speller2017-06-2145-2569/+231
|
* Upgrading server dependancies (#6431)Christopher Speller2017-05-1778-617/+5762
|
* Upgrading server dependancies (#6215)Christopher Speller2017-04-2414-162/+295
|
* 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