You are here

Functions in S3 File System CORS Upload 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_s3fs_cors_sign_request_options_alter ./s3fs_cors.api.php Alters the options used when writing a file to the bucket using the CORS widget. To learn the valid values for these options, you'll need to be familiar with the PostObject class from the AWS SDK for…
s3fs_cors_admin_form ./s3fs_cors.admin.inc Builds the Admin form. 1
s3fs_cors_element_info ./s3fs_cors.module Implements hook_element_info().
s3fs_cors_field_widget_form ./s3fs_cors.module Implements hook_field_widget_form().
s3fs_cors_field_widget_info ./s3fs_cors.module Implements hook_field_widget_info().
s3fs_cors_field_widget_value ./s3fs_cors.module The #value_callback for the s3fs_cors field element. 1
s3fs_cors_help ./s3fs_cors.module Implements hook_help().
s3fs_cors_menu ./s3fs_cors.module Implements hook_menu().
s3fs_cors_permission ./s3fs_cors.module Implements hook_permission().
s3fs_cors_remove_submit ./s3fs_cors.module Submit callback for the remove button on s3fs_cors elements. 1
s3fs_cors_sign_request ./s3fs_cors.module AJAX callback to create paramaters necessary for submitting a CORS request. 1
s3fs_cors_upload_js ./s3fs_cors.module 1
s3fs_cors_upload_process ./s3fs_cors.module Element process function for s3fs_cors_upload element. 1
s3fs_cors_upload_submit ./s3fs_cors.module Submit callback for the upload button on s3fs_cors elements. 1
s3fs_cors_upload_validate ./s3fs_cors.module Validation callback for s3fs_cors element type. 1
s3fs_cors_upload_value ./s3fs_cors.module Value callback for s3fs_cors_upload element type. 1 1
_s3fs_cors_admin_form_submit ./s3fs_cors.admin.inc Enables CORS on the configured bucket when the form is submitted. 1
_s3fs_cors_file_save ./s3fs_cors.module Custom version of drupal's file_save() function. 1

Other projects