Object Storage サービスを起動したら、Object Storage 構成をテストできます。
手順
- 現在のステータスを取得します。
- ディレクトリを作成します。
swift post directory_name
- ディレクトリのリストを取得します。
- ファイルをアップロードします。
swift upload directory_name myfile.txt
- ディレクトリのファイルをリストします。
swift list directory_name
- ディレクトリのファイルをダウンロードします。
swift download directory_name