Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

Clear CloudFront Cache

Beskrivning

It is a plugin that can easily delete the CloudFront cache.
Setting is easy with only 2 steps.
* Configure IAM
* Set a CloudFront distribution ID for this plugin

Arbitrary section 1

Installation

  1. From the WP admin panel, click “Plugins” -> “Add new”.
  2. In the browser input box, type “Clear CloudFront Cache”.
  3. Select the “Clear CloudFront Cache” plugin and click “Install”.
  4. Activate the plugin.
  5. Set IAM for AWS resources where WordPress is running
    IAM setting example
    {
    ”Version”: ”2012-10-17”,
    ”Statement”: [
    {
    ”Sid”: ”VisualEditor0”,
    ”Effect”: ”Allow”,
    ”Action”: ”cloudfront:CreateInvalidation”,
    ”Resource”: ”*”
    }
    ]
    }
  6. Set a CloudFront distribution ID for this plugin

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”Clear CloudFront Cache” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

Översätt ”Clear CloudFront Cache” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.