public function StreamWrapperConfiguration::getReducedRedundancyPaths in AmazonS3 7.2
Return value
File
- src/
StreamWrapperConfiguration.php, line 366
Class
- StreamWrapperConfiguration
- Class to manage S3 stream wrapper configuration.
Namespace
Drupal\amazons3Code
public function getReducedRedundancyPaths() {
return $this->data['reducedRedundancyPaths'];
}