[#170] Support .tar/.tgz unpacking during request

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

Signed-off-by: Nikita Zinkevich <n.zinkevich@yadro.com>
This commit is contained in:
Nikita Zinkevich 2024-12-06 15:01:16 +03:00
parent 10edad03f7
commit ab4131b377
Signed by: nzinkevich
GPG key ID: 748EA1D0B2E6420A
5 changed files with 120 additions and 54 deletions

View file

@ -0,0 +1 @@
package handler