[wordpress插件] AWS S3 Bucket BrowserAWS S3存储桶浏览器

wordpress 插件 文章 2020-03-12 12:40 619 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

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.

S3存储桶浏览器使您可以利用Amazon Web Service的S3存储系统的功能,以快速,易于浏览的方法直接从S3的服务器向访问者提供文件。

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.

文件搜索几乎是即时的,所有下载链接都受时间限制(60分钟),从而防止您的链接被广泛共享或热链接。

Features:

功能:

    • All files served are hosted offsite on S3 storage.

      所有提供的文件都托管在S3存储中。

      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

      下载链接已签名并在60分钟后过期,以防止出现热链接

    • Only one API call, on initial page load.

      在初始页面加载时,只有一个API调用。

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

      通过简码插入,因此您可以根据需要放置受密码保护的帖子或页面。

    • Mobile Friendly

      移动友好

    Shortcode Use: [s3browse bucket=yourbucketname]

    简码用法: [s3browse bucket = yourbucketname]

    Notes Before Use:

    注意事项:使用前:

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

        您必须拥有一个AWS账户,并且知道您的访问权和密钥以及您所在的区域。

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

        您必须创建一个具有正确IAM设置的存储桶才能访问该存储桶。

      • You must upload files via S3 prior to displaying, if you want them to show.

        如果要显示文件,则必须在显示之前通过S3上传文件。

        (future version will likely allow upload as well)

        (将来的版本也可能会允许上传)

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

        您必须为存储桶设置正确的CORS配置:


                


                

        POST
                

        POST
                

        GET
                

        GET
                

        PUT
                

        放置
                

        3000

        3000

      Dependencies and Licensing

      依赖关系和许可

      AWS SDK for PHP

      适用于PHP的AWS开发工具包

      Roadmap

      路线图

      Features Planned for Future Versions:

      计划用于将来版本的功能:

        • Ability to Upload Files

          上传文件的能力

        • Ability to Delete Files

          删除文件的能力

        • Ability to Create a Bucket inside Plugin

          能够在插件内部创建存储桶

安装步骤

    1. Upload the plugin files to the /wp-content/plugins/dans-gcal directory, or install the plugin through the WordPress plugins screen directly.
    2. 将插件文件上传到 / wp-content / plugins / dans-gcal 目录,或直接通过WordPress插件屏幕安装插件。

    3. Activate the plugin through the ‘Plugins’ screen in WordPress
    4. 通过WordPress中的“插件”屏幕激活插件

    5. Head over to the S3 Browser Settings, found under Tools on the Dashboard Sidebar.
    6. 转到“ S3浏览器设置”,位于“控制台”侧栏上的“工具”下。

下载地址
https://downloads.wordpress.org/plugin/bucket-browser-for-aws-s3.zip
-EOF-

AI助手支持GPT4.0