Storage
Storage Configuration#
Configure ncps storage backends: local filesystem or S3-compatible storage.
Overview#
ncps supports two storage backends for storing NAR files and other cache data:
- Local Filesystem: Traditional file-based storage
- S3-Compatible: AWS S3, MinIO, and other S3-compatible services
Note: You must choose exactly ONE storage backend. You cannot use both simultaneously.
Next Steps#
- Database - Configure database backend
- Reference - All storage options
- High Availability - S3 for HA deployments
- Operations - Monitoring and maintenance
Related Documentation#
- Reference - All configuration options
- Installation - Installation-specific storage setup
- S3 Storage Implementation - S3 implementation details