Feat/e2e s3tests (#1120)

Signed-off-by: 安正超 <anzhengchao@gmail.com>
This commit is contained in:
安正超
2025-12-11 22:32:07 +08:00
committed by GitHub
parent 997f54e700
commit cb3e496b17
10 changed files with 762 additions and 10 deletions
+2
View File
@@ -13,6 +13,8 @@ elif [ "${1#-}" != "$1" ]; then
elif [ "$1" = "rustfs" ]; then
shift
set -- /usr/bin/rustfs "$@"
elif [ "$1" = "/usr/bin/rustfs" ]; then
: # already normalized
elif [ "$1" = "cargo" ]; then
: # Pass through cargo command as-is
else