Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FL-3563] Storage, ListRequest: size filter #46

Merged
merged 3 commits into from
Aug 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Storage, ListRequest: rename filter_size to filter_max_size
  • Loading branch information
DrZlo13 committed Aug 28, 2023
commit 7878ab1fe8993e95751f4f069a441723c816882a
2 changes: 1 addition & 1 deletion storage.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ message StatResponse {
message ListRequest {
string path = 1;
bool include_md5 = 2;
uint32 filter_size = 3;
uint32 filter_max_size = 3;
}

message ListResponse {
Expand Down
Loading