You are here

public function StreamWrapperConfiguration::getPresignedPaths in AmazonS3 7.2

Get the array of paths to serve with presigned URLs.

Return value

MatchablePaths

File

src/StreamWrapperConfiguration.php, line 184

Class

StreamWrapperConfiguration
Class to manage S3 stream wrapper configuration.

Namespace

Drupal\amazons3

Code

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