After you start the Object Storage service, you can test the Object Storage configuration.

Procedure

  1. Get current status.
    swift stat -v
  2. Create a directory.
    swift post directory_name
  3. Return a list of directories.
    swift list
  4. Upload a file.
    swift upload directory_name myfile.txt
  5. List the files in a directory.
    swift list directory_name
  6. Download the files in a directory.
    swift download directory_name