Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 383 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 383 Bytes

Pantry

Pantry is a file storage module for Alpas framework. Pantry makes it easy to store uploaded files as part of your HTTP form to one of the many boxes. By default Pantry ships with the following boxes:

  • local - Stores files in your local storage/app/web folder.
  • s3 - Stores files in an S3 bucket.
  • do - Stores files in a DigitalOcean space.