You are here

public function StreamWrapperConfiguration::isCloudFront in AmazonS3 7.2

Return if files should be served with CloudFront.

Return value

bool

1 call to StreamWrapperConfiguration::isCloudFront()
StreamWrapperConfiguration::getCloudFront in src/StreamWrapperConfiguration.php

File

src/StreamWrapperConfiguration.php, line 240

Class

StreamWrapperConfiguration
Class to manage S3 stream wrapper configuration.

Namespace

Drupal\amazons3

Code

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