Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
moto / moto / s3bucket_path / models.py
Size: Mime:
from __future__ import unicode_literals
from moto.s3.models import S3Backend


class S3BucketPathBackend(S3Backend):
    pass

s3bucket_path_backend = S3BucketPathBackend()