shell - s3cmd Amazon s3 update metadata only -


I have some GB files on S3, and I need to update metadata on a large scale for all of them I know that s3cmd can update metadata when you move the file:

s3cmd -m text / html --add-header = 'content-encoding: gzip' Put [files] s3: / / ...

Although I do not want to rearrange the files on S3 Can a key only update the metadata without moving the file?

This may be possible for future S3cmd:

Comments

Popular posts from this blog

excel vba - How to delete Solver(SOLVER.XLAM) code -

github - Teamcity & Git - PR merge builds - anyway to get HEAD commit hash? -

ios - Replace text in UITextView run slowly -