After you start the Object Storage service, you can test the Object Storage configuration.
Procedure
- Get current status.
- Create a directory.
swift post directory_name
- Return a list of directories.
- Upload a file.
swift upload directory_name myfile.txt
- List the files in a directory.
swift list directory_name
- Download the files in a directory.
swift download directory_name