s3-utils icon indicating copy to clipboard operation
s3-utils copied to clipboard

s3-utils concat did not merge

Open pinetree1 opened this issue 5 years ago • 1 comments

I tested s3-utils rename and report, they did what was expected. But s3-utils concat did not merge any files, no result file, without or with error. s3-utils concat bucketname path/to/.gz' 'merged.gz' ### no error, no result either. s3-utils concat bucketname/path/to/ '.gz' 'merged.gz' ### Error: regex parse error: *.gz

I installed s3-utils via: cargo install --git https://github.com/whitfin/s3-utils.git Thanks.

pinetree1 avatar May 29 '20 19:05 pinetree1

The '*' was dropped by the posting. The commands were: s3-utils concat bucketname 'path/to/*.gz' 'merged.gz' ### no error, no result either. s3-utils concat bucketname/path/to/ '*.gz' 'merged.gz' ### Error: regex parse error: *.gz

pinetree1 avatar May 29 '20 19:05 pinetree1