Skip to content

Commit

Permalink
Private storage uses correct base class
Browse files Browse the repository at this point in the history
  • Loading branch information
Radim Sückr committed Oct 22, 2019
1 parent 16f3300 commit 3d613e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chamber/storages/boto3.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def url(self, name):
return url


class BasePrivateS3DataStorage(S3Boto3Storage):
class BasePrivateS3DataStorage(BaseS3Storage):

def url(self, name):
raise RuntimeError('You cannot generate data storage URL')

0 comments on commit 3d613e2

Please sign in to comment.