django-s3-cache icon indicating copy to clipboard operation
django-s3-cache copied to clipboard

init.py

Open bruns6077 opened this issue 3 years ago • 1 comments

change

from storages.backends import s3boto

to

from storages.backends.s3boto3 import S3Boto3Storage

replace

s3boto.S3BotoStorage

with

S3Boto3Storage

and update repository please, its outdated.

bruns6077 avatar Nov 07 '21 15:11 bruns6077

change

from storages.backends import s3boto

to

from storages.backends.s3boto3 import S3Boto3Storage

replace

s3boto.S3BotoStorage

with

S3Boto3Storage

and update repository please, its outdated.

Pull request(s) are welcome!

atodorov avatar Nov 07 '21 17:11 atodorov