You are here

public function StreamWrapperConfiguration::getReducedRedundancyPaths in AmazonS3 7.2

Return value

MatchablePaths

File

src/StreamWrapperConfiguration.php, line 366

Class

StreamWrapperConfiguration
Class to manage S3 stream wrapper configuration.

Namespace

Drupal\amazons3

Code

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