Sample scripts to test and verify different object storage implementations using plain curl.
Mandatory variables:
export SWIFT_IP=1.2.3.4
export SWIFT_USER=myuser
export SWIFT_PASSWORD=mypassword
export SWIFT_PROJECT=myproject
./swiftcurl.shOptional variables:
export SWIFT_PROTOCOL=http
export SWIFT_AUTH_PORT=5000
export SWIFT_STORAGE_PORT=8080
export SWIFT_CONTAINER=swiftcurl_test
export SWIFT_POLICY=policy-0
./swiftcurl.shReference documentation:
Reference documentation:
Copyright IBM Corporation 2023, released under the terms of the Apache License 2.0.