You are here

function s3fs_install in S3 File System 7.2

Same name and namespace in other branches
  1. 8.3 s3fs.install \s3fs_install()
  2. 8.2 s3fs.install \s3fs_install()
  3. 7.3 s3fs.install \s3fs_install()
  4. 7 s3fs.install \s3fs_install()
  5. 4.0.x s3fs.install \s3fs_install()

Implements hook_install().

Adds s3:// to the the core file module's list of public schema. See https://www.drupal.org/node/2305017 for more info.

File

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

Code

function s3fs_install() {
  _s3fs_register_s3_as_public_schema();
}