ConfigurationΒΆ

First, add the app to INSTALLED_APPS in settings.py:

INSTALLED_APPS = [
    ...
    'storages_ec2',
    ...
]

To configure one of the provided backends, see Backends.