feat: add an s5cmd alias for wasabi

This commit is contained in:
Bruno Carlin 2022-08-12 23:59:54 +02:00
parent edb34572a0
commit c094844427

View file

@ -0,0 +1,3 @@
function s5cmd
command s5cmd --endpoint-url https://s3.eu-west-2.wasabisys.com $argv
end