mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
parent
d788d3e271
commit
b2636ab2e3
|
@ -170,6 +170,8 @@ curl -H "Accept: application/json" "http://localhost:8888/javascript/?pretty=y&l
|
|||
| limit | how many file to show | 100 |
|
||||
| lastFileName | the last file in previous batch | empty |
|
||||
| namePattern | match file names, case-sensitive wildcard characters '*' and '?' | empty |
|
||||
| namePatternExclude | nagetive match file names, case-sensitive wildcard characters '*' and '?' | empty |
|
||||
|
||||
## Supported Name Patterns
|
||||
The patterns are case-sensitive and support wildcard characters '*' and '?'.
|
||||
| Pattern | Matches |
|
||||
|
|
Loading…
Reference in a new issue