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:
Omar Khan
2016-01-21 00:23:39 +07:00
committed by E. Kolpakov
parent 99709035d1
commit 2faab97eea
25 changed files with 348 additions and 420 deletions

View File

@@ -24,7 +24,7 @@ FEATURES['ENABLE_MANUAL_GIT_RELOAD'] = True
FEATURES['ENABLE_SERVICE_STATUS'] = True
FEATURES['ENABLE_SHOPPING_CART'] = True
FEATURES['AUTOMATIC_VERIFY_STUDENT_IDENTITY_FOR_TESTING'] = True
FEATURES['ENABLE_S3_GRADE_DOWNLOADS'] = True
FEATURES['ENABLE_GRADE_DOWNLOADS'] = True
FEATURES['ENABLE_PAYMENT_FAKE'] = True