This page provides detailed information about file secrets, including supported types, size limits, and security considerations.
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 the deployment documentation for configuration details.
File uploads implement several security measures:
Automatic Protections:
Best Practices:
Privacy Note: File metadata (filename, size, type) is intentionally not displayed on the Secret Metadata page. This prevents information leakage about the secret’s content. Only the recipient accessing the secret will see the file information.
File uploads have the following limitations:
For large files or different requirements, consider alternative file sharing solutions.
File secrets use the v2 API endpoints with multipart/form-data encoding.
Minimum versions:
For direct API usage or integration, refer to the API documentation.