You are here

public function StreamWrapperConfiguration::setPresignedPaths in AmazonS3 7.2

Set the array of paths to serve with presigned URLs.

Parameters

MatchablePaths $presignedPaths:

File

src/StreamWrapperConfiguration.php, line 193

Class

StreamWrapperConfiguration
Class to manage S3 stream wrapper configuration.

Namespace

Drupal\amazons3

Code

public function setPresignedPaths(MatchablePaths $presignedPaths) {
  $this->data['presignedPaths'] = $presignedPaths;
}