Upload objects to a container

Upload files to containers or pseudo-folders in the Object Storage service (swift) to store unstructured data such as images, documents, and backups. Alternatively, create placeholder objects and upload their content later.

Procedure

Upload an object to a container:
$ openstack object create <container> <object_filename>
  • Replace <container> with the name of the container.
  • Replace <object_filename> with the name of the object data file.