Add OpenStack Swift support
Refactor all S3 code to use the django storage API and add swift settings for openstack deployments
This commit is contained in:
5
cms/envs/openstack.py
Normal file
5
cms/envs/openstack.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""
|
||||
Settings for OpenStack deployments.
|
||||
"""
|
||||
|
||||
from .aws import * # pylint: disable=wildcard-import, unused-wildcard-import
|
||||
Reference in New Issue
Block a user