Overview of uploadfs
mainuploadfs is a module that copies files to a web-accessible location and provides consistent URLs for those files. It supports various backends including S3, Azure, GCS, and local filesystems.
Key capabilities include:
- Automatic directory creation.
- Automatic content-type inference from extensions.
- Image processing: resizing, cropping, and automatic rotation (e.g., for iPhone photos).
- Support for non-image files and animated GIFs.
- Ability to enable/disable web access to files.
- Support for post-processors like
imageminto minimize file sizes.