View Source Beacon.MediaLibrary.Provider (Beacon v0.2.1)

Connects to an external service to store and serve assets in the Media Library.

By default, Beacon comes with 2 providers:

Repo is enabled by default for all media types since a database connection is already available, and caching is used to reduce overload on the database. But you can switch to S3 using the Beacon.MediaLibrary.Provider.S3 provider or create your own provider.

See Beacon.Config for more info.