aboutsummaryrefslogtreecommitdiff
path: root/weed/filer2/mongodb/mongodb_store.go
diff options
context:
space:
mode:
authorKonstantin Lebedev <lebedev_k@tochka.com>2020-08-31 21:52:05 +0500
committerKonstantin Lebedev <lebedev_k@tochka.com>2020-08-31 21:52:05 +0500
commit22f32e75c411fbf13c209ebaeadb673d72a9a29b (patch)
tree678f01ee0f9347d5ff537a3b62aafb1fdb6375d9 /weed/filer2/mongodb/mongodb_store.go
parenta8de332beb933db2acc1c93b7c352fb7f2c20647 (diff)
downloadseaweedfs-22f32e75c411fbf13c209ebaeadb673d72a9a29b.tar.xz
seaweedfs-22f32e75c411fbf13c209ebaeadb673d72a9a29b.zip
rename
Diffstat (limited to 'weed/filer2/mongodb/mongodb_store.go')
-rw-r--r--weed/filer2/mongodb/mongodb_store.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/filer2/mongodb/mongodb_store.go b/weed/filer2/mongodb/mongodb_store.go
index 080d6248f..661aa4ea0 100644
--- a/weed/filer2/mongodb/mongodb_store.go
+++ b/weed/filer2/mongodb/mongodb_store.go
@@ -168,7 +168,7 @@ func (store *MongodbStore) DeleteFolderChildren(ctx context.Context, fullpath ut
}
func (store *MongodbStore) ListDirectoryPrefixedEntries(ctx context.Context, fullpath util.FullPath, startFileName string, inclusive bool, limit int, prefix string) (entries []*filer2.Entry, err error) {
- return nil, filer2.UnsupportedListDirectoryPrefixedErr
+ return nil, filer2.ErrUnsupportedListDirectoryPrefixed
}
func (store *MongodbStore) ListDirectoryEntries(ctx context.Context, fullpath util.FullPath, startFileName string, inclusive bool, limit int) (entries []*filer2.Entry, err error) {