peak / s5cmd

Parallel S3 and local filesystem execution tool.
MIT License
2.71k stars 240 forks source link

Support creating a tarball of existing objects from ceph like s3tar #750

Open grapemix opened 2 months ago

grapemix commented 2 months ago

I just realize AWS release s3tar(https://github.com/awslabs/amazon-s3-tar-tool) which create a tarball of existing objects in Amazon S3. This feature would be handy for millions of tiny files like logs, WALs use case. It sounds like this feature would need works both from backend(ceph) and clients(s5cmd). Does anyone has better ideas?