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 <