...
In OpenStack Object Storage, containers provide storage for objects in a manner similar to a Windows folder or Linux file directory, though they cannot be nested. An object in OpenStack consists of the file to be stored in the container and any accompanying metadata.
Create a container
- Log in to the dashboard.
- Select the appropriate project from the drop down menu at the top left.
- On the Project tab, open the Object Store tab and click Containers category.
- Click Container.
- In the Create Container dialog box, enter a name for the container, and then click Create.
...
You have successfully created a container.
Upload an object
- Log in to the dashboard.
- Select the appropriate project from the drop down menu at the top left.
- On the Project tab, open the Object Store tab and click Containers category.
- Select the container in which you want to store your object.
- Click the Upload File icon.
The Upload File To Container: <name> dialog box appears. <name> is the name of the container to which you are uploading the object. - Enter a name for the object.
- Browse to and select the file that you want to upload.
- Click Upload File.
...
Note: To delete an object, click the More button and select Delete Object.
Manage an object
To edit an object
- Log in to the dashboard.
- Select the appropriate project from the drop down menu at the top left.
- On the Project tab, open the Object Store tab and click Containers category.
- Select the container in which you want to store your object.
- Click the menu button and choose Edit from the dropdown list.
The Edit Object dialog box is displayed. - Browse to and select the file that you want to upload.
- Click Update Object.
...