I am using AWS and I will have different buckets in my application. I am also using Django-Storages. Is there a way to specify which bucket I want to upload the file to (for example, as a parameter in the Save() function or whatever?)
I saw this Django - Error importing storages.backends, but I don't understand how it should be used?!