1
0
mirror of https://github.com/minio/minio.git synced 2025-03-30 01:03:42 -04:00
Harshavardhana d8bda2dd92
[feat] Add targz transparent extract support ()
This feature brings in support for auto extraction
of objects onto MinIO's namespace from an incoming
tar gzipped stream, the only expected metadata sent
by the client is to set `snowball-auto-extract`.

All the contents from the tar stream are saved as
folders and objects on the namespace.

fixes 
2021-03-26 17:15:09 -07:00
..