Updates to run microbenchmarks against S3 us-west.
[bluesky.git] / microbench / setup / cleanup-proxy
index c9a8c86..3fd185e 100755 (executable)
@@ -2,8 +2,6 @@
 #
 # Start up the NFS server.
 
-. /scratch/aws-keys
-
 export BLUESKY_TARGET=s3
 # Export any environment variables specified on the command line
 for e in "$@"; do
@@ -21,5 +19,4 @@ if [ "$BLUESKY_TARGET" = "native" ]; then
     mount /export
 else
     rm -rf /export/journal
-    /scratch/bluesky.git/microbench/setup/s3-cleanup.py
 fi