Linux 软件免费装

AWS S3 Bucket Browser

开发者 duplaja
更新时间 2019年6月5日 10:43
捐献地址: 去捐款
PHP版本: 4.0.1 及以上
WordPress版本: 5.2.1
版权: GPLv2
版权网址: 版权信息

标签

search download files folders s3 Amazon aws

下载

详情介绍:

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: Shortcode Use: [s3browse bucket=yourbucketname] Notes Before Use: <?xml version="1.0" encoding="UTF-8"?> <CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> <CORSRule> <AllowedOrigin>*</AllowedOrigin> <AllowedMethod>POST</AllowedMethod> <AllowedMethod>GET</AllowedMethod> <AllowedMethod>PUT</AllowedMethod> <MaxAgeSeconds>3000</MaxAgeSeconds> <AllowedHeader>*</AllowedHeader> </CORSRule> </CORSConfiguration>

安装:

  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.

屏幕截图:

  • Settings Page
  • Mobile View
  • Full View
  • File Search Example

升级注意事项:

1.0
  • Initial Plugin Release

常见问题:

How do I sign up for AWS S3 / create a bucket / find my keys?

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.

更新日志:

1.2 1.1 1.0