public function StreamWrapperConfiguration::getPresignedPaths in AmazonS3 7.2
Get the array of paths to serve with presigned URLs.
Return value
File
- src/
StreamWrapperConfiguration.php, line 184
Class
- StreamWrapperConfiguration
- Class to manage S3 stream wrapper configuration.
Namespace
Drupal\amazons3Code
public function getPresignedPaths() {
return $this->data['presignedPaths'];
}