Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

AWS S3 Bucket Browser

Beschrijving

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

Schermafbeeldingen

  • Settings Page

  • Mobile View

  • Full View

  • File Search Example

Installatie

  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.

FAQ

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.

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“AWS S3 Bucket Browser” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “AWS S3 Bucket Browser” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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