API Reference file_store v0.3.0

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.

Middleware allows you to enhance your store with additional functionality.

By default, each adapter will return errors in a different format. This middleware attempts to make the errors returned by this library a little more useful by wrapping them in exception structs

This middleware allows you to log all operations.

This module adds a prefix to all operations.

A struct that holds file information.