public function StreamWrapperConfiguration::setReducedRedundancyPaths in AmazonS3 7.2
Parameters
MatchablePaths $reducedRedundancyPaths:
File
- src/
StreamWrapperConfiguration.php, line 373
Class
- StreamWrapperConfiguration
- Class to manage S3 stream wrapper configuration.
Namespace
Drupal\amazons3Code
public function setReducedRedundancyPaths(MatchablePaths $reducedRedundancyPaths) {
$this->data['reducedRedundancyPaths'] = $reducedRedundancyPaths;
}