From 20d96730efd344e5e0540d193e132d6ced77abfb Mon Sep 17 00:00:00 2001 From: William O'Mullane Date: Fri, 13 Oct 2023 20:27:32 +0000 Subject: [PATCH] tidy --- summittests/runs3daemon.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 summittests/runs3daemon.sh diff --git a/summittests/runs3daemon.sh b/summittests/runs3daemon.sh new file mode 100755 index 0000000..450d050 --- /dev/null +++ b/summittests/runs3daemon.sh @@ -0,0 +1,12 @@ +# Simple config for s3daemon +# assumes s3daemon has been installed or pip install -r of its requirements.txt +# see https://github.com/lsst-dm/s3daemon/blob/main/README.md + +# Note to jump between lsstcam nodes use 'kinit' since ipa controls it all + + +source envvars.sh + +echo "S3_ENDPOINT_URL is $S3_ENDPOINT_URL" + +python ../python/s3daemon/s3daemon.py &