Skip to content

Instantly share code, notes, and snippets.

@sid22
Last active May 8, 2020 17:59
Show Gist options
  • Save sid22/87c0ebbd02db38e6728058568286e035 to your computer and use it in GitHub Desktop.
Save sid22/87c0ebbd02db38e6728058568286e035 to your computer and use it in GitHub Desktop.
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