[#121] Fixed directory listing

Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
Denis Kirillov 2021-07-01 13:54:51 +03:00
parent 7ebcd5af8f
commit 42384730a0
3 changed files with 24 additions and 2 deletions

View file

@ -32,6 +32,7 @@ type (
Delimiter string
MaxKeys int
Marker string
Version int
}
)