Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 41.51 KB
MD5: 6e6fd0edba387e7310b1e7a5faef488a
SHA-1: 032433f05b22185cfc21c1307b8b9ffd966d8b0f
SHA-256: d86cdcda38886d0243b1406cb73b36f9cf7e23968516a76b97c14459f7986c18
Download zip 46.61 KB
MD5: fce3ebb72b7f7356cf4634091ec93d96
SHA-1: 5605198c40e559e680b385708ccbd8997cde7614
SHA-256: ef4064ae163269f8f2e268a291f4298bf7241bfb58985241fa9c26ebfb7f0b29

Release notes

The major version number has been bumped because THIS VERSION IS NOT 100% BACKWARDS COMPATIBLE WITH s3fs 7.x-1.x!!
99% of the functionality will work on a site originally set up using 7.x-1.x, but Partial Refresh Prefix will break, because it's been replaced with the Root Folder setting.

NEW FEATURES in S3 File System 2.0:

1) S3 File System 2.0 can now take over the public:// and private:// filesystems, ensuring that even hardcoded public:// files will be stored in S3. This has some major implications for CSS and Javascript files, though, so you'll need to be able to configure your webserver to act as a proxy for them, as described in the README.
2) The Partial Refresh Prefix option has been replaced with the Root Folder option. Root Folder allows you to configure s3fs to put every file it writes into a specific subfolder of your bucket. This will allow a single bucket to host multiple different Drupal sites' files, and it makes the feature work better with public:// takeover and image derivatives. "Root Folder" provides the same functionality as Partial Refresh Prefix, but it is not backwards compatible with Partial Refresh Prefix! So if you were using Partial Refresh Prefix, you'll need to read the README.txt file for instructions on how to upgrade.
3) Support for CORS uploads is now available through the S3 File System CORS Upload module. With that module installed, you can set your File fields to use a new widget which will upload the file to S3 directly from the user's browser. This will provide an enormous performance boost for uploads, as the Drupal site will no longer need to act a middleman for the file's trip to S3.

BUGFIXES:
Uninstalling s3fs will now properly delete its variables.
Issue #2404939: Bucket Name Authentication Failure: "Authorization header is invalid"
Issue #2399665: Using PHP copy() to s3:// doesn't cause error if the bucket doesn't exist
Issue #2381007: Support for AWS region eu-central-1

Created by: coredumperror
Created on: 14 Jan 2015 at 01:20 UTC
Last updated: 30 Mar 2015 at 19:23 UTC
Bug fixes
New features
Insecure
Unsupported

Other releases