Launchverse offers native, S3-compatible object storage that integrates seamlessly with your projects.
Provisioning a Bucket
- Navigate to the Storage tab.
- Click Create Bucket.
- Your bucket credentials (Access Key, Secret Key, Endpoint) will be automatically injected into your project's environment variables as
S3_ENDPOINT,S3_ACCESS_KEY, andS3_SECRET_KEY.
Use Cases
- Serving user-uploaded media (images, videos).
- Storing static assets for caching.
- Saving daily database backups.