Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrading server dependency. (#8807) | Christopher Speller | 2018-05-18 | 1 | -0/+3 |
| | |||||
* | Upgrading minio-go library to 6.0.0 (#8651) | Jesús Espino | 2018-04-30 | 1 | -1/+1 |
| | | | | | | * Upgrading minio-go library to 6.0.0 * Removing unnecesary Gopkg constraint | ||||
* | Upgrading server dependancies (#8154) | Christopher Speller | 2018-01-29 | 1 | -18/+14 |
| | |||||
* | Updating server dependancies. (#7246) | Christopher Speller | 2017-08-17 | 1 | -6/+4 |
| | |||||
* | Upgrading server dependancies (#6984) | Christopher Speller | 2017-07-20 | 1 | -9/+12 |
| | |||||
* | Upgrading server dependancies (#6431) | Christopher Speller | 2017-05-17 | 1 | -3/+26 |
| | |||||
* | Updating server dependancies (#5249) | Christopher Speller | 2017-02-02 | 1 | -18/+56 |
| | |||||
* | Moving away from goamz to use minio-go instead. (#4193) | Harshavardhana | 2016-10-26 | 1 | -0/+120 |
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 |