Object Storage
Object Storage
Learn how to use Replit’s object storage service to store and manage data objects in buckets with Python and TypeScript APIs.
Overview
Object Storage is a data storage architecture that manages data as Objects. In Object Storage, data is stored in containers called Buckets, which can hold any number of Objects. Each Object consists of data, metadata, and a unique identifier.
Python API Reference
3 items
TypeScript API Reference
3 items
Was this page helpful?