Last active
May 8, 2020 17:59
-
-
Save sid22/87c0ebbd02db38e6728058568286e035 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class CustomManifestS3Boto3Storage(ManifestFilesMixin, S3Boto3Storage): | |
def read_manifest(self): | |
try: | |
return super(StaticStorage,self).read_manifest() | |
except IOError: | |
return None |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment