From 0e7ef87496d4527e237b068a39c83db8d7320aac Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 18 Feb 2025 12:16:44 +0100 Subject: [PATCH] wip: add boto3 test for STREAMING-UNSIGNED-PAYLOAD-TRAILER The version of boto3 packaged in nixpkgs does not enable this test yet. --- script/test-smoke.sh | 13 +++++++++++++ shell.nix | 2 ++ 2 files changed, 15 insertions(+) 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 <