moto/moto/s3bucket_path/models.py
2014-08-27 11:33:55 -04:00

9 lines
173 B
Python

from __future__ import unicode_literals
from moto.s3.models import S3Backend
class S3BucketPathBackend(S3Backend):
pass
s3bucket_path_backend = S3BucketPathBackend()