這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

ConoHa Object Sync

外掛說明

ConoHa is Cloud like VPS service and ConoHa Object Storage is the OpenStack Swift-based Object Store service.

This WordPress plugin allows you to upload media files from the library to ConoHa Object Storage or other OpenStack Swift-based Object Store.

These files then load from the Object Storage and optimize the your site/blog performance.

This plugin may be available in other OpenStack Swift-based system.

Features

  • Synchronization media files with the Object Storage.
  • Automatically rewrite the media url to the endpoint url.

For Japanese users.

WordPressのメディアファイル(画像など)をConoHaオブジェクトストレージで扱うためのWordPressプラグインです。

WordPressの管理画面からメディアを追加すると、自動的にオブジェクトストレージにアップロードを行います。オブジェクトストレージは容量無制限なため、空き容量を気にすること無くメディアファイルを扱うことができます。

また、このプラグインはメディアファイルのURLを変更し、オブジェクトストレージから直接配信するように設定します。これにより、WordPressを運用しているサーバに負荷をかけずに、メディアファイルを配信することができます。

ConoHaオブジェクトストレージ以外でも、OpenStack Swiftがベースのシステムであれば動作すると思います(未検証)。

螢幕擷圖

  • Edit settings through the ‘Settings’ menu as you like.

安裝方式

  1. Run the following command.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  • cd [WORDPRESS_ROOT]/wp-content/plugins
  • git clone https://github.com/hironobu-s/conoha-ojs-sync
  • cd conoha-ojs-sync
  • curl -sS https://getcomposer.org/installer | php
  • ./composer.phar install

常見問題集

Can I use this plugin on other OpenStack Swift system instead of ConoHa?

It will probably use. I don’t test.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈ConoHa Object Sync〉的開發相關工作。

參與者

將〈ConoHa Object Sync〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.1

  • First release.

0.2

  • Bug fixed(https://wordpress.org/support/topic/looking-forward-future-updates?replies=2)