function s3fs_update_7206 in S3 File System 7.2
Same name and namespace in other branches
- 7.3 s3fs.install \s3fs_update_7206()
Add s3fs_domain_root as a variable, which allows for mapping of a CDN to a specific folder, such as "mybucket/staging/s3fs-public". By default, map to entire bucket.
File
- ./
s3fs.install, line 385 - Install, update and uninstall functions for the S3 File System module.
Code
function s3fs_update_7206() {
variable_set('s3fs_domain_root', 'none');
}