You are here

public function StreamWrapperConfiguration::setSaveAsPaths in AmazonS3 7.2

Set the array of paths to force to download.

Parameters

MatchablePaths $saveAsPaths:

File

src/StreamWrapperConfiguration.php, line 231

Class

StreamWrapperConfiguration
Class to manage S3 stream wrapper configuration.

Namespace

Drupal\amazons3

Code

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