rclone/rclone
在 GitHub 查看the suggestions to implement of a "-z <file extensions>" and a "-Z" flags
Open
#3,205 创建于 2019年5月17日
Remote: Google Cloud Storageenhancementhelp wanted
描述
What is your current rclone version (output from rclone version)?
rclone v1.47.0
- os/arch: linux/amd64
- go version: go1.12.4
What problem are you are trying to solve?
I trying to compress all files or some files filtered by their extensions during uploading it to gcs, s3, and other providers buckets which allow us to set the metadata 'Content-Encoding: gzip' for compressed files
How do you think rclone should be changed to solve that?
it would be great to implement a -z <file extensions> and -Z flags to solve managing of compressed files and allowing to set 'Content-Encoding: gzip' for such uploaded files on remote
that implemented in gsutil as flags -Z and -z and well documented here.
related info: