function s3fs_install in S3 File System 7.3
Same name and namespace in other branches
- 8.3 s3fs.install \s3fs_install()
- 8.2 s3fs.install \s3fs_install()
- 7 s3fs.install \s3fs_install()
- 7.2 s3fs.install \s3fs_install()
- 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 207 - Install, update and uninstall functions for the S3 File System module.
Code
function s3fs_install() {
_s3fs_register_s3_as_public_schema();
}