diff --git a/reproduce_issue_s3.sh b/reproduce_issue_s3.sh deleted file mode 100755 index e98abb83a..000000000 --- a/reproduce_issue_s3.sh +++ /dev/null @@ -1,112 +0,0 @@ -#!/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 <