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:
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: s3cmd -m text / html --add-header = 'content-encoding: gzip' Put [files] s3: / / ...
Comments
Post a Comment