etianen / django-s3-storage

Django Amazon S3 file storage.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storage location folder

CBinyenya opened this issue · comments

Is there a way I can specify the storage folder or maybe easily override some of the settings with distinct classes

class ProfilePicStorage(S3Storage):
    bucket = 'bucket'
    path = 'media/profiles/'