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

AWS S3 Bucket Browser

描述

S3 Bucket Browser allows you to harness the power of Amazon Web Service’s S3 storage system to serve files to your visitors directly from S3’s servers, in a fast, easy to navigate method. Folders can be navigated between via clicking or via breadcrumbs, all without leaving or reloading the page. File searches are near instantaneous, and all download links are time limited (60 minutes), preventing your links from being widely shared or hotlinked.

Features:

  • All files served are hosted offsite on S3 storage. No worries about disk space!

  • Easy to use interface, as simple as clicking through folders.

  • Searching is extremely fast

  • Download links are signed and expire after 60 minutes, to prevent hot-linking

  • Only one API call, on initial page load.

  • Inserted via shortcode, so you can put on a password protected post or page if desired.

  • Mobile Friendly

Shortcode Use: [s3browse bucket=yourbucketname]

Notes Before Use:

  • You must have an AWS account, and know your access and secret keys, as well as your region.

  • You must have a bucket created with correct IAM set to access the bucket.

  • You must upload files via S3 prior to displaying, if you want them to show. (future version will likely allow upload as well)

  • You must have the correct CORS configuration set for your bucket:


    POST
    GET
    PUT
    3000

Dependencies and Licensing

AWS SDK for PHP

Roadmap

Features Planned for Future Versions:

  • Ability to Upload Files

  • Ability to Delete Files

  • Ability to Create a Bucket inside Plugin

螢幕截圖

  • Settings Page

  • Mobile View

  • Full View

  • File Search Example

安裝

  1. Upload the plugin files to the /wp-content/plugins/dans-gcal directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Head over to the S3 Browser Settings, found under Tools on the Dashboard Sidebar.

常見問題

How do I sign up for AWS S3 / create a bucket / find my keys?
  • You can find a great guide to starting with AWS S3 here: http://docs.aws.amazon.com/AmazonS3/latest/gsg/SigningUpforS3.html
How do I upload files through the plugin?
  • Unfortunately, for v1, you cannot. You must upload them through the AWS Console online, or some other method.

評價

There are no reviews for this plugin.

貢獻者及開發者

“AWS S3 Bucket Browser” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 AWS S3 Bucket Browser 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.2

  • Tested with latest WP Version

1.1

  • Removed limitations on recursive folder depth
  • Fixed possible issue with folders created using a SDK
  • Cleaned up code quite a bit / cut down code size

1.0

  • Initial Plugin Release