diff --git a/script/test-smoke.sh b/script/test-smoke.sh index acf56a90..cf66e67e 100755 --- a/script/test-smoke.sh +++ b/script/test-smoke.sh @@ -112,6 +112,19 @@ if [ -z "$SKIP_S3CMD" ]; then done fi +# BOTO3 +if [ -z "$SKIP_BOTO3" ]; then + echo "🛠️ Testing with boto3 for STREAMING-UNSIGNED-PAYLOAD-TRAILER" + source ${SCRIPT_FOLDER}/dev-env-aws.sh + AWS_ENDPOINT_URL=https://localhost:4443 python <