Skip to content

Commit

Permalink
[FL-3563] Storage, ListRequest: size filter (#46)
Browse files Browse the repository at this point in the history
* Storage, ListRequest: size filter
* Storage, ListRequest: rename filter_size to filter_max_size
* Changelog
  • Loading branch information
DrZlo13 authored Aug 31, 2023
1 parent 7e011a9 commit 327163d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.20]
### Added
- Storage ListRequest message now has a file size filter.

## [0.19]
### Added
- Storage ListRequest message now supports md5sum calculation for each file
Expand Down
1 change: 1 addition & 0 deletions storage.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ message StatResponse {
message ListRequest {
string path = 1;
bool include_md5 = 2;
uint32 filter_max_size = 3;
}

message ListResponse {
Expand Down

0 comments on commit 327163d

Please sign in to comment.