You are here

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\amazons3

Code

public function setHostname($hostname) {
  $this->data['hostname'] = $hostname;
}