This document provides an overview of OpenStack Object Storage (Swift). Swift is open source software for creating scalable object storage using clusters of standardized servers to store petabytes of accessible data. It uses a RESTful HTTP API to store and retrieve blobs of data and metadata. The Swift architecture uses three different entities - accounts, containers, and objects - distributed across multiple zones and partitions for redundancy. Services like the proxy server, storage nodes, and replicators work together to provide a redundant and scalable storage solution.