{% extends 'dash_base.html' %} {% block sidebar %} {% with current_sidebar="containers" %} {{block.super}} {% endwith %} {% endblock %} {% block page_header %} {% include "_page_header.html" with title="Upload Objects" %} {% endblock page_header %} {% block dash_main %}
An object is the basic storage entity and any optional metadata that represents the files you store in the OpenStack Object Storage system. When you upload data to OpenStack Object Storage, the data is stored as-is (no compression or encryption) and consists of a location (container), the object's name, and any metadata consisting of key/value pairs.