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
+1 -1
View File
@@ -20,7 +20,7 @@ import router "github.com/gorilla/mux"
// objectAPIHandler implements and provides http handlers for S3 API.
type objectAPIHandlers struct {
ObjectAPI *objectAPI
ObjectAPI objectAPI
}
// registerAPIRouter - registers S3 compatible APIs.