API Reference file_store v0.2.1

Modules

FileStore allows you to read, write, upload, download, and interact with files, regardless of where they are stored.

Stores files on the local disk. This is primarily intended for development.

Stores files in memory. This adapter is particularly useful in tests.

Does not attempt to store files.

Stores files using Amazon S3.

Define a configurable store.

A struct that holds file information.