You are here

function s3fs_update_7201 in S3 File System 7.2

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

Adds the s3:// schema to the list of public schemas.

File

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

Code

function s3fs_update_7201() {
  _s3fs_register_s3_as_public_schema();
}