swiftコマンドのメモ

準備

export ST_AUTH=https://localhost/auth/v1.0
export ST_USER=test:tester
export ST_KEY=testing

実コマンド

swift list
swift upload hello mmm
swift download hello
swift upload hello2 mmm
swift delete hello2

環境変数を使わない場合は

swift --auth=https://localhost/auth/v1.0 --user=test:tester --key=testing list