Amazon S3 logo
Screenshot

This project is not covered by Drupal’s security advisory policy.

Use views to list the files in your AWS S3 buckets.

This module lists files from S3 buckets using views. To use S3 as a filesystem for your Drupal installation check the AmazonS3 project.

This module is useful for any kind of integration with the S3 hosting system, and uses the official AWS SDK for PHP library from Amazon through the AWS SDK for PHP module. An example use case would be a private/authenticated video delivery network that stores videos using Amazon's S3 hosting solution.

You can also provide signed URL through CloudFront CDN when available.

Dependencies

This module depends on:

In order to install this module you will need to install AWS SDK for PHP and the actual library as explained in the module documentation.

Features

  • Listed fields:
    • File path.
    • File size.
    • File folder.
    • File extension.
    • File basename.
    • File hash.
    • File storage class. Either standard or reduced redundancy.
    • Owner name.
    • Owner canonical ID.
    • Signed S3 URL.
    • Signed CloudFront URL.
    • Pluggable actions list.
  • Sorting based on content fields.
  • Filter based on content fields.
  • Argument via S3 file name (urlencoded for compatibility).
  • Video player field display for video playback.

Project information

Releases