function s3fs_update_7201 in S3 File System 7.3
Same name and namespace in other branches
- 7.2 s3fs.install \s3fs_update_7201()
Adds the s3:// schema to the list of public schemas.
File
- ./
s3fs.install, line 355 - Install, update and uninstall functions for the S3 File System module.
Code
function s3fs_update_7201() {
_s3fs_register_s3_as_public_schema();
}