drush_s3fs_refresh_cache |
./s3fs.drush.inc |
Refreshes the file metadata cache. |
|
1 |
hook_s3fs_upload_params_alter |
./s3fs.api.php |
Alters the S3 file parameters when uploading an object. |
|
|
hook_s3fs_url_info |
./s3fs.api.php |
This is the old version of hook_s3fs_url_settings_alter(). It is now
DEPRECATED. If your code is still invoking this hook, please update to
hook_s3fs_url_settings_alter(). |
|
|
hook_s3fs_url_settings_alter |
./s3fs.api.php |
Alters the format and options used when creating an external URL. |
|
|
s3fs_actions |
./s3fs.admin.inc |
Builds the Actions form. |
|
1 |
s3fs_drush_command |
./s3fs.drush.inc |
Implements hook_drush_command(). |
|
|
s3fs_help |
./s3fs.module |
Implements hook_help(). |
|
|
s3fs_install |
./s3fs.install |
Implements hook_install(). |
|
|
s3fs_libraries_info |
./s3fs.module |
Implements hook_libraries_info() |
|
|
s3fs_menu |
./s3fs.module |
Implements hook_menu(). |
|
|
s3fs_permission |
./s3fs.module |
Implements hook_permission(). |
|
|
s3fs_requirements |
./s3fs.install |
Implements hook_requirements(). |
|
|
s3fs_schema |
./s3fs.install |
Implements hook_schema(). |
1 |
|
s3fs_settings |
./s3fs.admin.inc |
Builds the Settings form. |
|
1 |
s3fs_settings_validate |
./s3fs.admin.inc |
Validates the values on the admin form. |
|
|
s3fs_stream_wrappers |
./s3fs.module |
Implements hook_stream_wrappers(). |
|
|
s3fs_uninstall |
./s3fs.install |
Implements hook_uninstall(). |
|
|
s3fs_update_7000 |
./s3fs.install |
Allow large filesize values in the S3 File Metadata cache. |
|
|
s3fs_update_7001 |
./s3fs.install |
Variable updates. |
|
|
s3fs_update_7002 |
./s3fs.install |
Updates the s3fs_file table to use case sensitive collation. |
|
|
s3fs_update_7003 |
./s3fs.install |
Rename the variable s3fs_allow_relative to s3fs_use_relative_urls. |
|
|
s3fs_update_7004 |
./s3fs.install |
Remove the s3fs_use_relative_urls variable. |
|
|
s3fs_update_7005 |
./s3fs.install |
Remove the extra amazons3 variables that are not necessary for
compatibility with amazons3_cors. |
|
|
s3fs_update_7006 |
./s3fs.install |
Add Version schema change to existing installs |
|
|
_s3fs_amazons3_api_compatibility_submit |
./s3fs.admin.inc |
Supplemental submit callback for the "Save" button on the admin form. |
|
1 |
_s3fs_convert_form_state_to_config |
./s3fs.admin.inc |
Converts a $form_state array to a configuration settings array. |
1 |
|
_s3fs_convert_metadata |
./s3fs.module |
Convert file metadata returned from S3 into a metadata cache array. |
4 |
|
_s3fs_get_amazons3_client |
./s3fs.module |
Sets up the S3Client object. |
4 |
|
_s3fs_get_config |
./s3fs.module |
Returns the current set of configuration settings as an associative array. |
7 |
|
_s3fs_image_style_deliver |
./s3fs.module |
Generates an image derivative in S3. |
|
1 |
_s3fs_load_awssdk2_library |
./s3fs.module |
Loads the awssdk2 library. |
2 |
|
_s3fs_refresh_cache |
./s3fs.module |
Refreshes the metadata cache. |
4 |
|
_s3fs_refresh_cache_submit |
./s3fs.admin.inc |
Submit callback for the "Refresh file metadata cache" button. |
|
1 |
_s3fs_validate_config |
./s3fs.module |
Checks all the configuration options to ensure that they're valid. |
2 |
|
_s3fs_write_metadata |
./s3fs.module |
Writes metadata to the temp table in the database. |
1 |
|