public function StreamWrapperConfiguration::serveWithS3 in AmazonS3 7.2
Set if objects should be served with S3 directly.
File
- src/
StreamWrapperConfiguration.php, line 285
Class
- StreamWrapperConfiguration
- Class to manage S3 stream wrapper configuration.
Namespace
Drupal\amazons3Code
public function serveWithS3() {
$this->data['cloudFront'] = FALSE;
}