ActiveStorage-like file storage for Phoenix. All things file uploads for your Phoenix app following the design principles applied in Rails ActiveStorage but adapted to the Phoenix framework.
- Multiple storage backends: Local filesystem, S3, and more
- Direct uploads: Signed URLs for client-side uploads
- Image processing: Built-in support for variants and transformations
- Ecto integration: Seamless attachment associations with your schemas
- Configurable: Easy configuration for different environments
TO BE DEFINED