mirror of
https://github.com/alist-org/gofakes3.git
synced 2025-12-24 12:58:04 +08:00
Accidentally disabled pagination for s3mem
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user