You are here

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()
backup_migrate_destination_s3_compatible::s3_init in ./destinations.s3.inc
S3 Init.

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'];
}