function backup_migrate_destination_s3_compatible::s3_host in Backup and Migrate S3 7
S3 getters
1 call to backup_migrate_destination_s3_compatible::s3_host()
File
- ./
destinations.s3.inc, line 55 - 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_host() {
return $this->dest_url['scheme'] . '://' . $this->dest_url['host'];
}