Metadata-Version: 1.1
Name: boto-s3-shim
Version: 0.0.2
Summary: Inject an alternative S3 server into any boto-based project
Home-page: http://github.com/grahamc/boto_s3_shim
Author: Graham Christensen
Author-email: graham@grahamc.com
License: MIT
Description: Usage
        -----
        
        Set the S3_OVERRIDE environment variable, import boto_s3_shim, and get on with
        it.
        
        Example possible values:
        
        insecure://your-fake-s3-server:80
        insecure://your-fake-s3-server:80
        secure://your-fake-s3-server:443
        secure://your-fake-s3-server:4430
        
        This exists to work around https://github.com/boto/boto/pull/2929 and
        https://github.com/boto/boto/issues/2617. Please don't use it in production.
        
        
Keywords: boto s3 fakes3
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
