Accidentally disabled pagination for s3mem

This commit is contained in:
shabbyrobe
2019-03-11 22:31:19 +11:00
parent 3ffb1c661b
commit f4523c0e28

View File

@@ -77,9 +77,6 @@ func (db *Backend) ListBucket(name string, prefix *gofakes3.Prefix, page gofakes
if prefix == nil {
prefix = emptyPrefix
}
if !page.IsEmpty() {
return nil, gofakes3.ErrInternalPageNotImplemented
}
db.lock.RLock()
defer db.lock.RUnlock()