aboutsummaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2024-03-01 12:50:15 +0000
committerAlex <alex@adnab.me>2024-03-01 12:50:15 +0000
commit70b9904e9132933996a259504254e427a604aa4a (patch)
tree60e55896f3225ce5dc26bfc3d370daf7fd382338 /script
parentb8c7a560ef339142607106649f8cef88def82fb8 (diff)
parenta36248a1695de02cc19b25ba127810bd32b6d350 (diff)
downloadgarage-70b9904e9132933996a259504254e427a604aa4a.tar.gz
garage-70b9904e9132933996a259504254e427a604aa4a.zip
Merge pull request 'AWS signatures v4: don't actually check Content-Type is signed' (#745) from fix-signed-headers into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/745
Diffstat (limited to 'script')
-rwxr-xr-xscript/test-smoke.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/script/test-smoke.sh b/script/test-smoke.sh
index 6965c0f3..9f9ea50c 100755
--- a/script/test-smoke.sh
+++ b/script/test-smoke.sh
@@ -81,11 +81,9 @@ if [ -z "$SKIP_AWS" ]; then
echo "Invalid multipart upload"
exit 1
fi
+ aws s3api delete-object --bucket eprouvette --key upload
fi
-echo "OK!!"
-exit 0
-
# S3CMD
if [ -z "$SKIP_S3CMD" ]; then
echo "🛠️ Testing with s3cmd"