diff options
| author | Konstantin Lebedev <lebedev_k@tochka.com> | 2020-08-31 21:52:05 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <lebedev_k@tochka.com> | 2020-08-31 21:52:05 +0500 |
| commit | 22f32e75c411fbf13c209ebaeadb673d72a9a29b (patch) | |
| tree | 678f01ee0f9347d5ff537a3b62aafb1fdb6375d9 /weed/filer2/mongodb/mongodb_store.go | |
| parent | a8de332beb933db2acc1c93b7c352fb7f2c20647 (diff) | |
| download | seaweedfs-22f32e75c411fbf13c209ebaeadb673d72a9a29b.tar.xz seaweedfs-22f32e75c411fbf13c209ebaeadb673d72a9a29b.zip | |
rename
Diffstat (limited to 'weed/filer2/mongodb/mongodb_store.go')
| -rw-r--r-- | weed/filer2/mongodb/mongodb_store.go | 2 |
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) { |
