13 calls to _s3fs_get_config() in S3 File System 7.2
- drush_s3fs_copy_local in ./
s3fs.drush.inc - Copys all files from the local public/private filesystem folders into S3, if s3fs is configured to take over those systems.
- drush_s3fs_refresh_cache in ./
s3fs.drush.inc - Refreshes the file metadata cache.
- s3fs.test in tests/
s3fs.test - S3fsStreamWrapper::__construct in ./
S3fsStreamWrapper.inc - Stream wrapper constructor.
- s3fs_actions in ./
s3fs.admin.inc - Builds the Actions form.
- s3fs_form_system_file_system_settings_alter in ./
s3fs.module - Implements hook_form_FORM_ID_alter().
- s3fs_settings_validate in ./
s3fs.admin.inc - Validates the values on the admin form.
- s3fs_stream_wrappers_alter in ./
s3fs.module - Implements hook_stream_wrappers_alter().
- s3fs_uninstall in ./
s3fs.install - Implements hook_uninstall().
- s3fs_update_7000 in ./
s3fs.install - Allow large filesize values in the S3 File Metadata cache.
- _s3fs_copy_file_system_to_s3 in ./
s3fs.module - Copies all the local files from the specified file system into S3.
- _s3fs_get_setting in ./
s3fs.module - Internal function to retrieve the value of a specific setting, taking overrides in settings.php into account.
- _s3fs_refresh_cache_submit in ./
s3fs.admin.inc - Submit callback for the "Refresh file metadata cache" button.