test: Add 1, update 1 and remove 2 files
This commit is contained in:
12
test.sh
12
test.sh
@@ -4,5 +4,17 @@ set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
|
||||
|
||||
# spin up a local simple object server to try
|
||||
|
||||
# docker run -d \
|
||||
# -p 8909:8080 \
|
||||
# -v /path/to/storage:/data/storage \
|
||||
# -v /path/to/sos_config.json:/data/sos_config.json:ro \
|
||||
# --name object-server \
|
||||
# gitea.jde.nz/public/simple-object-server
|
||||
|
||||
|
||||
|
||||
"${SCRIPT_DIR}/sos" upload "getbin.xyz" "${SCRIPT_DIR}/sos" "sos:test" "sos:dodgy"
|
||||
|
||||
|
Reference in New Issue
Block a user