github.com/mysteriumnetwork/node@v0.0.0-20240516044423-365054f76801/bin/s3 (about)

     1  #!/bin/bash
     2  set -e
     3  
     4  PATH=$HOME/.local/bin:$PATH
     5  
     6  if ! [ -x "$(command -v aws)" ]; then
     7      pip install --user awscli
     8  fi
     9  
    10  aws --endpoint-url https://s3.mysterium.network s3 "$@"