Closed vicaraya closed 8 months ago
Hello @vicaraya it looks like your tar is using gz compression, based on the extension (tar.gz
). The tool today doesn't support compression, as that would require to download the tar.gz and uncompress it. The purpose of s3tar is to extract the data without downloading it. Regular tarballs without compression are simply a concatenation of the files, this allows us to Copy the data to another Amazon S3 location.
Hello, I'd like to use this tool to extract certain folders in a
.tar.gz
file in s3. This is what I am facingIs there any workaround I can do?