list/xl: Fix the way marker is handled in leafDirectory verification.

This commit is contained in:
Harshavardhana
2016-04-19 20:05:38 -07:00
committed by Harshavardhana
parent c302875774
commit c7bf471c9e
8 changed files with 291 additions and 252 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ type objectAPI struct {
storage StorageAPI
}
func newObjectLayer(storage StorageAPI) *objectAPI {
return &objectAPI{storage}
func newObjectLayer(storage StorageAPI) objectAPI {
return objectAPI{storage}
}
/// Bucket operations