You are here

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

Code

public function serveWithS3() {
  $this->data['cloudFront'] = FALSE;
}