public function StreamWrapperConfiguration::getHostname in AmazonS3 7.2
Get the API hostname.
Return value
string
File
- src/
StreamWrapperConfiguration.php, line 130
Class
- StreamWrapperConfiguration
- Class to manage S3 stream wrapper configuration.
Namespace
Drupal\amazons3Code
public function getHostname() {
return $this->data['hostname'];
}