s3utils.py 175 B

1234
  1. from storages.backends.s3boto import S3BotoStorage
  2. StaticS3BotoStorage = lambda: S3BotoStorage(location='static')
  3. MediaS3BotoStorage = lambda: S3BotoStorage(location='media')