Ez a bővítmény nem lett tesztelve a WordPress legutóbbi 3 fő kiadásával. Lehetséges, hogy már nincs karbantartva, frissítve és a használata gondot jelenthet a frissebb WordPress verziókkal.

Clear CloudFront Cache

Leírás

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

Telepítés

  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

Vélemények

Nincsenek értékelések erről a bővítményről.

Közreműködők és fejlesztők

“Clear CloudFront Cache” egy nyílt forráskódú szoftver. A bővítményhez a következő személyek járultak hozzá:

Közreműködők

“Clear CloudFront Cache” fordítása a saját nyelvünkre.

Érdekeltek vagyunk a fejlesztésben?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.