mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 06:00:24 +03:00
list/xl: Fix the way marker is handled in leafDirectory verification.
This commit is contained in:
committed by
Harshavardhana
parent
c302875774
commit
c7bf471c9e
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user