summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/minio/minio-go/examples/s3/listobjects-N.go
Commit message (Collapse)AuthorAgeFilesLines
* Depenancy upgrades and movign to dep. (#8630)Christopher Speller2018-04-161-77/+0
|
* Upgrading server dependancies (#8154)Christopher Speller2018-01-291-1/+2
|
* Moving away from goamz to use minio-go instead. (#4193)Harshavardhana2016-10-261-0/+76
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