function backup_migrate_destination_s3_compatible::s3_key in Backup and Migrate S3 7
1 call to backup_migrate_destination_s3_compatible::s3_key()
File
- ./
destinations.s3.inc, line 58 - 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_key() {
return $this->dest_url['user'];
}