public function StreamWrapperConfiguration::setHostname in AmazonS3 7.2
Set the API hostname.
Parameters
string $hostname:
File
- src/
StreamWrapperConfiguration.php, line 139
Class
- StreamWrapperConfiguration
- Class to manage S3 stream wrapper configuration.
Namespace
Drupal\amazons3Code
public function setHostname($hostname) {
$this->data['hostname'] = $hostname;
}