Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clear_delete_all command throws exception on S3 #446

Open
fabiocaccamo opened this issue Feb 25, 2016 · 1 comment
Open

clear_delete_all command throws exception on S3 #446

fabiocaccamo opened this issue Feb 25, 2016 · 1 comment

Comments

@fabiocaccamo
Copy link

Hi,
clear_delete_all command throws exception on S3

python manage.py thumbnail clear_delete_all
Clear the Key Value Store ... [Done]
Delete all thumbnail files in THUMBNAIL_PREFIX ... Traceback (most recent call last):
...
AttributeError: 'S3Storage' object has no attribute 'location'
@Grmiade
Copy link

Grmiade commented Mar 5, 2016

+1
I use django-s3-storage and the S3Storage object don't have a location attribute.
https://github.com/etianen/django-s3-storage/blob/master/django_s3_storage/storage.py#L28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants