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\amazons3Code
public function setDomainScheme($scheme) {
$this->data['domainScheme'] = $scheme;
}