Skip to main content

Storage Adapters

Used for storing files.

StorageAdapter source class

Amazon S3 Storage Adapter

pnpm i @adminforth/storage-adapter-amazon-s3

Stores uploaded files in Amazon S3, providing scalable cloud storage. It can be forked and customized to work with S3-compatible services such as MinIO, Wasabi, or other third-party S3 providers.

Local Storage Adapter

pnpm i @adminforth/storage-adapter-local

Stores files locally on the server filesystem. It is suitable for development or small self-hosted setups, but cloud storage is generally a better production option for reliability and scalability.