You are here

public function StreamWrapperConfiguration::setTorrentPaths in AmazonS3 7.2

Set the array of paths to serve as torrents.

Parameters

MatchablePaths $torrentPaths:

File

src/StreamWrapperConfiguration.php, line 175

Class

StreamWrapperConfiguration
Class to manage S3 stream wrapper configuration.

Namespace

Drupal\amazons3

Code

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