You are here

public function StreamWrapperConfiguration::setDomainScheme in AmazonS3 7.2

Parameters

string $scheme:

File

src/StreamWrapperConfiguration.php, line 313

Class

StreamWrapperConfiguration
Class to manage S3 stream wrapper configuration.

Namespace

Drupal\amazons3

Code

public function setDomainScheme($scheme) {
  $this->data['domainScheme'] = $scheme;
}