s3-utils
s3-utils copied to clipboard
s3-utils concat did not merge
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.
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