frostfs-http-gw/internal/handler/upload_test.go
Nikita Zinkevich c9050c9daf
[#170] Support .tar/.tgz unpacking during upload
During upload if "X-Explode-Archive" is set, gate tries to read archive and creates an object for each file.
Each object acquires a FilePath attribute which is calculated relative to the archive root.
Archive could have compression via Gzip if "Content-Encoding: gzip" header is specified

Signed-off-by: Nikita Zinkevich <n.zinkevich@yadro.com>
2024-12-18 09:55:27 +03:00

1 line
16 B
Go