function backup_migrate_destination_s3_compatible::s3_bucket in Backup and Migrate S3 7
4 calls to backup_migrate_destination_s3_compatible::s3_bucket()
- backup_migrate_destination_s3_compatible::load_file in ./
destinations.s3.inc - Load from the s3 destination.
- backup_migrate_destination_s3_compatible::_delete_file in ./
destinations.s3.inc - Delete from the s3 destination.
- backup_migrate_destination_s3_compatible::_list_files in ./
destinations.s3.inc - List all files from the s3 destination.
- backup_migrate_destination_s3_compatible::_save_file in ./
destinations.s3.inc - Save to to the s3 destination.
File
- ./
destinations.s3.inc, line 64 - Functions to handle the dropbox backup destination.
Class
- backup_migrate_destination_s3_compatible
- A destination for sending database backups to a Dropbox account.
Code
function s3_bucket() {
return $this->dest_url['path'];
}