Skip to main content
Laddr supports multiple storage backends for storing large data artifacts, files, and agent outputs.

Storage Backends

MinIO (S3-Compatible)

MinIO is an S3-compatible object storage service, ideal for development and production.

AWS S3

Use AWS S3 for production deployments:

Local File System

For development and testing:

Artifact Storage

Storing Artifacts

Use the artifact storage system tool to store large data:

Custom Artifact Storage

Override artifact storage for custom behavior:

Configuration

Bucket Configuration

Configure default buckets:

Storage Limits

Set storage limits and retention:

Best Practices

1. Use Appropriate Backends

  • Development: Local file system or MinIO
  • Production: AWS S3 or MinIO cluster
  • Testing: In-memory or local file system

2. Organize by Bucket

Use different buckets for different artifact types:

3. Set Retention Policies

Configure automatic cleanup:

Next Steps