You are here

public function StreamWrapperConfiguration::getTorrentPaths in AmazonS3 7.2

Get the torrent paths.

Return value

MatchablePaths

File

src/StreamWrapperConfiguration.php, line 166

Class

StreamWrapperConfiguration
Class to manage S3 stream wrapper configuration.

Namespace

Drupal\amazons3

Code

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