From c8909cd031f45681a4d2400cb62ae456b94cde15 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 22 Jan 2026 18:19:02 -0800 Subject: [PATCH] Create reproduce_issue_s3.sh --- reproduce_issue_s3.sh | 112 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100755 reproduce_issue_s3.sh diff --git a/reproduce_issue_s3.sh b/reproduce_issue_s3.sh new file mode 100755 index 000000000..e98abb83a --- /dev/null +++ b/reproduce_issue_s3.sh @@ -0,0 +1,112 @@ +#!/bin/bash + +# Clean up +pkill -f "weed" +rm -rf ./tmp +mkdir -p ./tmp/m ./tmp/f ./tmp/v1 ./tmp/v2 ./tmp/v3 ./tmp/v4 ./tmp/v5 ./tmp/v6 + +# Ensure warp is in PATH if needed (assuming user has it or we downloaded it to GOPATH/bin) +export PATH=$PATH:$(go env GOPATH)/bin + +# Create S3 configuration +cat > ./tmp/s3.json <