You are here

function s3fs_update_7205 in S3 File System 7.2

Same name and namespace in other branches
  1. 7.3 s3fs.install \s3fs_update_7205()

Adds the option to enable/disable querying of Versioned files during the _s3fs_reset_media_cache() Action

File

./s3fs.install, line 375
Install, update and uninstall functions for the S3 File System module.

Code

function s3fs_update_7205() {

  # Sets the boolean flag of use_versioning to the default value of TRUE

  # This will ensure that Versioning is set to default on module installation and enabling
  variable_set('s3fs_use_versioning', TRUE);
}