INFOFile uploads are available in API v2 (Cellar API v3.2.0+).
Cellar supports uploading files as secrets using the v2 API. This allows you to securely share any type of file with the same encryption and automatic deletion features as text secrets.
NOTEComing Soon: The Cellar UI does not yet support file uploads. This feature will be added in a future release.
In the meantime, you can upload files using the v2 API directly. See the API documentation for details on the
/api/v2/secretsendpoint.
Cellar accepts all file types without restrictions. You can upload:
Recipients are responsible for safely handling downloaded files. Cellar focuses on secure transmission and storage, not content filtering.
The default maximum file size is 8 MB. This limit supports common use cases while remaining compatible with AWS Lambda deployments.
Files that fit within 8 MB:
If you need to upload larger files, contact your Cellar administrator. Docker and traditional server deployments can increase this limit through configuration. See Security Best Practices for details.
File uploads implement several security measures:
Automatic Protections:
Best Practices:
For complete security information, see Security Best Practices.
File uploads have the following limitations:
For large files or different requirements, consider alternative file sharing solutions.