Auction/commerce/s3_storage.py

5 lines
139 B
Python
Raw Normal View History

2021-01-15 01:05:47 -08:00
from storages.backends.s3boto3 import S3Boto3Storage
class MediaStorage(S3Boto3Storage):
location = 'media'
file_overwrite = False