Metadata-Version: 1.1
Name: wagtail-cloudfront-invalidate
Version: 1.1.0
Summary: A wagtail hook to invalidate AWS's CloudFront cache when a page is updated
Home-page: https://github.com/ryanbagwell/wagtail-cloudfront-invalidate/
Author: Ryan Bagwell
Author-email: ryan@ryanbagwell.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Description: wagtail-cloudfront-invalidate
        =============================
        
        A Wagtail hook to invalidate a path when a page is updated
        
        Installation
        ------------
        
        ::
        
            pip install wagtail-cloudfront-invalidate
        
        Configuration
        -------------
        
        ::
        
            INSTALLED_APPS = [
                'wagtail_cloudfront_invalidate'
            ]
        
            AWS_ACCESS_KEY_ID = '<your access key id>'
        
            AWS_SECRET_ACCESS_KEY = '<your secret key>'
        
            CLOUDFRONT_DISTRIBUTION_ID = '<your distribution id>'
        
            WAGTAIL_CLOUDFRONT_INVALIDATE_ENABLED = True #defaults to False
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
