1
0
mirror of https://github.com/minio/minio.git synced 2025-02-19 09:32:31 -05:00

505 Commits

Author SHA1 Message Date
Harshavardhana
040af08473 server: Startup message now prints configured ARNs. ()
Fixes 
2016-09-10 02:23:28 -07:00
Harshavardhana
afe874f15a api: CopyObject pipe should be closed pro-actively upon error. ()
Fixes a deadlock reproduced while running s3verify during
RemoveObject().  Previously held lock by GetObject() inside
the go-routine was never relenquished.
2016-09-06 02:23:32 -07:00
Harshavardhana
2f9975c76c notifications: GetObjectInfo() later if bucket notifications are set. () 2016-08-30 03:42:37 -07:00
Mohit Agarwal
418921de89 minor cleanup
- Reused contains() from utils.go at a couple of places
- Cleanup in return statements and boolean checks
2016-08-24 22:54:34 -07:00
Harshavardhana
bccf549463 server: Move all the top level files into cmd folder. ()
This change brings a change which was done for the 'mc'
package to allow for clean repo and have a cleaner
github drop in experience.
2016-08-18 16:23:42 -07:00