Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrading server dependency. (#8807) | Christopher Speller | 2018-05-18 | 11 | -46/+109 |
| | |||||
* | Upgrading minio-go library to 6.0.0 (#8651) | Jesús Espino | 2018-04-30 | 36 | -2166/+1479 |
| | | | | | | * Upgrading minio-go library to 6.0.0 * Removing unnecesary Gopkg constraint | ||||
* | Depenancy upgrades and movign to dep. (#8630) | Christopher Speller | 2018-04-16 | 70 | -12750/+0 |
| | |||||
* | Adding minio-go for to the dependencies to temporary fix 2 minio-go bugs (#8577) | Jesús Espino | 2018-04-06 | 2 | -8/+8 |
| | |||||
* | Upgrading server dependancies (#8308) | Christopher Speller | 2018-02-16 | 3 | -15/+69 |
| | |||||
* | Upgrading server dependancies (#8154) | Christopher Speller | 2018-01-29 | 138 | -2705/+8494 |
| | |||||
* | Updating server dependancies. (#7538) | Christopher Speller | 2017-09-29 | 15 | -823/+1767 |
| | |||||
* | Updating server dependancies. (#7246) | Christopher Speller | 2017-08-17 | 29 | -4005/+4641 |
| | |||||
* | Upgrading server dependancies (#6984) | Christopher Speller | 2017-07-20 | 74 | -2885/+5090 |
| | |||||
* | Updating server dependancies (#6712) | Christopher Speller | 2017-06-21 | 39 | -2258/+231 |
| | |||||
* | Upgrading server dependancies (#6431) | Christopher Speller | 2017-05-17 | 72 | -617/+5451 |
| | |||||
* | Upgrading server dependancies (#6215) | Christopher Speller | 2017-04-24 | 14 | -162/+295 |
| | |||||
* | Updating server dependancies (#5249) | Christopher Speller | 2017-02-02 | 44 | -1118/+1712 |
| | |||||
* | Moving away from goamz to use minio-go instead. (#4193) | Harshavardhana | 2016-10-26 | 84 | -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 |