Skip to content

Commit

Permalink
Merge pull request #88 from radimsuckr/fix-storage_inheritance
Browse files Browse the repository at this point in the history
Private storage uses correct base class
  • Loading branch information
matllubos committed Oct 22, 2019
2 parents 16f3300 + 3d613e2 commit 4501c74
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 4501c74

Please sign in to comment.