You are here

public function StreamWrapperConfiguration::getDomainScheme in AmazonS3 7.2

Return value

string

File

src/StreamWrapperConfiguration.php, line 306

Class

StreamWrapperConfiguration
Class to manage S3 stream wrapper configuration.

Namespace

Drupal\amazons3

Code

public function getDomainScheme() {
  return $this->data['domainScheme'];
}