rclone/rclone

the suggestions to implement of a "-z <file extensions>" and a "-Z" flags

Open

#3,205 创建于 2019年5月17日

在 GitHub 查看
 (6 评论) (8 反应) (0 负责人)Go (57,185 star) (5,090 fork)batch import
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:

贡献者指南