1
0
mirror of https://github.com/minio/minio.git synced 2025-04-04 03:40:30 -04:00

11 Commits

Author SHA1 Message Date
Harshavardhana
8efa82126b
Convert errors tracer into a separate package () 2017-11-25 11:58:29 -08:00
Frank Wessels
46897b1100 Name return values to prevent the need (and unnecessary code bloat) ()
This is done to explicitly instantiate objects for every return statement.
2017-06-21 19:53:09 -07:00
Krishnan Parthasarathi
eb02261642 XL: Don't return ignored errors in listDirFactory ()
Previously, erasure backend's `listDirFactory` may return errors which
were explicitly ignored. With this change, it returns nil. Superfluous
checks at higher-layers for ignored errors are removed as well.
2017-03-20 11:09:05 -07:00
Harshavardhana
50b4e54a75 fs: Do not return reservedBucket names in ListBuckets() ()
Make sure to skip reserved bucket names in `ListBuckets()`
current code didn't skip this properly and also generalize
this behavior for both XL and FS.
2017-02-16 14:52:14 -08:00
Krishna Srinivas
17dd1c19df cleanup: refactor common code between FS and XL listDirFactory. () 2017-01-26 15:39:22 -08:00
Harshavardhana
ff4ce0ee14 fs/xl: Combine input checks into re-usable functions. ()
Repeated code around both object layers are moved
and combined into simple re-usable functions.
2016-12-01 23:15:17 -08:00
Anis Elleuch
380d6c6435 Use getObjectInfo() in both FS and XL ListObjects() to simplify and to return complete object information () 2016-11-13 11:48:02 -08:00
Anis Elleuch
7a549096de XL and FS use different tree walk ignored errors () 2016-09-15 13:43:40 -07:00
Krishna Srinivas
9358ee011b logging: Print stack trace in case of errors.
fixes 
2016-09-13 21:18:30 -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