drone-plugins / drone-s3-cache

Caches build artifacts to S3 compatible storage backends
http://plugins.drone.io/drone-plugins/drone-s3-cache
Apache License 2.0
29 stars 30 forks source link

tar.gz compression #68

Closed decaz closed 3 years ago

decaz commented 3 years ago

Currently just https://github.com/drone/drone-cache-lib/tree/master/archive/tar is in use.

I see https://github.com/drone/drone-cache-lib/blob/master/archive/tgz exists but there is no option to enable tar.gz compression. It would be nice to have an option to turn it on.

raulsh commented 3 years ago

"filename" parameter can be filled with a filename ending with "tar.gz" and after that the file will be compressed with tgz

decaz commented 3 years ago

@raulsh thank you!