Replit Object Storage lets you build apps that handle user-uploaded files like images, videos, and documents. Unlike files uploaded to your Workspace, Object Storage provides persistent, scalable cloud storage that your deployed apps can access and serve to builders.
Ask Agent to add Object Storage to your app with details on what types of files your app should handle. Agent will set up the integration, create the necessary buckets, and update your app to upload, store, and retrieve files.
With Object Storage, you can build apps like:
  • Photo sharing platforms: Let builders upload, store, and display images
  • Video streaming services: Handle video uploads and serve content to viewers
  • Document management systems: Store and organize builder files with secure access
  • Portfolio sites: Showcase work with media files that load reliably
  • File backup services: Provide builders with cloud storage for their important files
Object Storage stores files in cloud containers called buckets. Buckets include access policies to control what actions builders or applications can perform on their contents.
screenshot of the Object Storage tool
The Replit Object Storage tool lets you share data between your development and production environments or with other Replit Apps.

Features

Replit Object Storage is powered by Google Cloud Storage (GCS). This means you receive the benefits of industry-leading uptime, availability, and security.
Object Storage provides the following features for building file-handling apps:
  • Persistent cloud storage: Store files that remain accessible to your deployed app and users
  • Scalable file handling: Handle growing data needs without worrying about storage limits
  • Cross-app data sharing: Share buckets across multiple Replit Apps for distributed architectures
  • Programmatic access: Upload, download, and manage files using intuitive APIs
  • Agent integration: Let Agent set up Object Storage and implement file handling in your app
Here are specific ways you can use Object Storage in your apps:
  • Store builder profile pictures and media uploads
  • Serve product images for e-commerce sites
  • Handle document uploads for form submissions
  • Create file sharing and collaboration features
  • Build content management systems with media libraries

Usage

Your Replit App must authenticate with Google Cloud Storage to access a bucket and its objects. Use the official Replit Object Storage client libraries to automatically authenticate.
You can access the Object Storage tool directly in your Replit App Workspace.

Add Object Storage to your app

To add Object Storage to your Replit App, create a bucket from the Object Storage tool. You must then integrate the Object Storage client libraries and update your app code to handle file operations. To create a bucket:
The following sections explain the bucket and object management options in the Object Storage tool.

Select a bucket

To switch between your storage buckets, select the dropdown menu in the top left corner of the Object Storage tab. The selected bucket displays a checkmark next to its name, as shown in the screenshot below:
screenshot of bucket selection menu

Access the bucket ID

To view the Bucket ID by selecting the Settings view from the dropdown at the top of the Object Storage tab. The Bucket ID uniquely identifies the bucket, which your code must reference to perform an operation. If you have multiple buckets, select the correct bucket from the dropdown menu in the top left corner. The following screenshot shows the Bucket ID for the “FileVault Bucket One” bucket:
screenshot of the Object Storage tool

Upload or download objects

To upload an object to the selected bucket:
  1. Navigate to the Objects view in the Object Storage tab.
  2. Select upload file icon Upload files, or upload folder icon Upload folder to upload all files from a folder. Then, select one or more files to upload from the file dialog. Alternatively, drag a file or folder into the area that lists the contents of the bucket.
To download an object from the selected bucket:
  1. Navigate to the Objects view in the Object Storage tab.
  2. Select the download icon download icon to the right of the file to download it.

Organize objects in folders

To create a folder in the selected bucket:
  1. Navigate to the Objects view in the Object Storage tab.
  2. Select create folder icon Create Folder in the Objects view.
  3. Enter a name for the folder.
To add objects to a folder in the Objects view, drag an object to the destination folder. To move the object to a parent folder, drag it above the header to the name of the folder above the object list. The following animation shows moving the “product_demo.mov” file from the “videos” folder to the parent “Objects” folder:
animation showing moving a file to a parent folder

Delete objects or buckets

The delete action is irreversible. Make sure to back up any essential data before proceeding.
To delete an object forever:
  1. Navigate to the Objects view in the Object Storage tab.
  2. Select the trash icon trash icon next to the object you want to delete.
  3. Confirm the deletion in the confirmation dialog.
To delete a bucket and all the objects it contains:
  1. Navigate to the Settings view in the Object Storage tab.
  2. Make sure you select the bucket you want to delete in the top left bucket dropdown menu.
  3. Select trash icon Delete Bucket.
  4. Confirm the deletion in the confirmation dialog.

Bucket access management

Replit connects all buckets you create to your account and makes them available to all your Replit Apps. The Replit App from which you create the bucket automatically receives access. You can control which of your Replit Apps have access to a specific bucket, which lets you share data efficiently and securely. To grant your Replit App access to a bucket from another app on your account:
  1. Select magnifying glass icon Add an existing bucket from the bucket menu at the top left of the Object Storage tab.
  2. In the Choose a Bucket dialog, choose the bucket you want to add and select Add Bucket to Repl.
screenshot of the choose bucket dialog
To revoke your Replit App’s access to a bucket:
  1. Navigate to the Settings view in the Object Storage tab.
  2. From the bucket dropdown in the top left of the tab, select the bucket name.
  3. Select Remove Bucket from Repl and confirm removal in the confirmation dialog.

Programmatic access to Object Storage

To access Object Storage from your Replit App, use one of the following libraries: For instructions on how to use the client libraries, see the following resources:

Billing and resource usage

To monitor your Object Storage usage, navigate to the Usage page. To learn more about Object Storage pricing, see Object Storage Billing.