alt_stream_wrappers_alt-temp_path variable to use a directory on the distributed file system. For example:drush vset alt_stream_wrappers_alt-temp_path '/mnt/gfs/[docroot].[environment]/tmp'Or, edit the settings.php file and add:
$conf['alt_stream_wrappers_alt-temp_path'] = '/mnt/gfs/[docroot].[environment]/tmp';Drush
drush vset views_data_export_directory 'alt-temp://'Or, edit the settings.php file and add:
$conf['views_data_export_directory'] = 'alt-temp://';Your uploads should work once these are set. You can also use this method for plupload using plupload_temporary_uri: "alt-temp://". However, if you’re only using plupload, this method may be more than you need.
If this content did not answer your questions, try searching or contacting our support team for further assistance.
alt_stream_wrappers_alt-temp_path variable to use a directory on the distributed file system. For example:drush vset alt_stream_wrappers_alt-temp_path '/mnt/gfs/[docroot].[environment]/tmp'Or, edit the settings.php file and add:
$conf['alt_stream_wrappers_alt-temp_path'] = '/mnt/gfs/[docroot].[environment]/tmp';Drush
drush vset views_data_export_directory 'alt-temp://'Or, edit the settings.php file and add:
$conf['views_data_export_directory'] = 'alt-temp://';Your uploads should work once these are set. You can also use this method for plupload using plupload_temporary_uri: "alt-temp://". However, if you’re only using plupload, this method may be more than you need.
If this content did not answer your questions, try searching or contacting our support team for further assistance.