property backup_migrate_destination_s3_compatible::$default_values in Backup and Migrate S3 7
File
- ./
destinations.s3.inc, line 32 - Functions to handle the dropbox backup destination.
Class
- backup_migrate_destination_s3_compatible
- A destination for sending database backups to a Dropbox account.
Code
var $default_values = array(
'settings' => array(
'file_directory' => '',
's3_timeout' => '',
's3_proxy' => '',
's3_min_part_size' => '',
's3_debug' => 0,
's3_retries' => '',
),
);