Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

Commit

Permalink
Removes s3 (#1217)
Browse files Browse the repository at this point in the history
* Removes the s3 module.
  • Loading branch information
davidrkupton committed Nov 1, 2018
1 parent f459396 commit 8a501d4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docroot/sites/all/modules/custom/bos_core/bos_core.install
Expand Up @@ -636,3 +636,13 @@ function bos_core_update_7034() {
}
}
}

/**
* Updates for 10/2018.
*/
function bos_core_update_7035() {
$disabled_modules = array(
's3fs',
);
module_disable($disabled_modules, TRUE);
}

0 comments on commit 8a501d4

Please sign in to comment.