File: s3boto3.py

package info (click to toggle)
python-django-storages 1.14.6-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 896 kB
  • sloc: python: 4,548; makefile: 119; sh: 6
file content (6 lines) | stat: -rw-r--r-- 291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
"""Backwards compat shim."""

from storages.backends.s3 import S3File as S3Boto3StorageFile  # noqa
from storages.backends.s3 import S3ManifestStaticStorage  # noqa
from storages.backends.s3 import S3StaticStorage  # noqa
from storages.backends.s3 import S3Storage as S3Boto3Storage  # noqa