Storing Media Files
Forestry provides multiple options for media storage.
Git
The most basic option for storing media is to commit it to your git repo like the rest of your content. This is the default setting for new projects.
Read the full guide on using Git for media storage
Cloudinary
Forestry can use Cloudinary to store your media files. With Cloudinary, you have the advantage of easy image manipulation directly in your templates.
Read the full guide on using Cloudinary for media storage
AWS S3
Forestry can use an AWS S3 Bucket to store your media files. With AWS S3, you can completely customize your image storage, image processing, and handling.
Read the full guide on using AWS S3 for media storage
Netlify Large Media
Forestry can integrate with Netlify Large Media for storing your uploads. Netlify Large Media is a Git LFS target, enabling you to seamlessly incorporate large media files in your repository without the performance penalty that this usually requires.
Read the full guide on using Netlify Large Media for media storage
Caught a mistake or want to contribute to the docs? Edit this page on Github!