Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 46.23 KB
MD5: 0ff751e51fe160431bd0d92ccec4fc0d
SHA-1: 1865c655be95d840e57104ebed830f3e3ca1f1d5
SHA-256: c1d266fcde7ff301ca70a36a5acc833053162dfc52ba05726c60a5d42f8e7e2d
Download zip 51.38 KB
MD5: 9f69b9b832ed2f7ffd628d4630584c40
SHA-1: f1f1291db9003dfeb54f8f4d4e99175a641dfa38
SHA-256: cc2dded517446d46053c170a83d413c95bcbd50f94f17f8689ab6c6e88254a19

Release notes

Issue #2853778 by jansete: Config form does not display region "EU - London (eu-west-2)"
Issue #2821971 by prince_zyxware, jansete: Fix coding standard - spacing issues
Issue #2851983: Removed the largely pointless cache for s3fs_file table reads.
Issue #2858314: Corrected rmdir()'s improper SQL queries.

Replaced/removed the old s3fs_use_instance_profile var.
The new database update removes the VERY old s3fs_use_instance_profile variable, saving it's value (if set) into s3fs_awssdk2_use_instance_profile.
Now, only the s3fs_awssdk2_use_instance_profile variable and awssdk2_use_instance_profile settings.php override are used.

BACKWARD INCOMPATIBILITY:
Because s3fs no longer reads the s3fs_use_instance_profile variable, those who hard-coded it into settings.php will need to change

$conf['s3fs_use_instance_profile'] = TRUE;

to:

$conf['awssdk2_use_instance_profile'] = TRUE;

If you did not hard-code s3fs_use_instance_profile into settings.php, this update IS backwards compatible.

Created by: coredumperror
Created on: 10 Mar 2017 at 01:38 UTC
Last updated: 10 Mar 2017 at 22:23 UTC
Bug fixes
Insecure
Unsupported

Other releases