public function StreamWrapperConfiguration::getTorrentPaths in AmazonS3 7.2
Get the torrent paths.
Return value
File
- src/
StreamWrapperConfiguration.php, line 166
Class
- StreamWrapperConfiguration
- Class to manage S3 stream wrapper configuration.
Namespace
Drupal\amazons3Code
public function getTorrentPaths() {
return $this->data['torrentPaths'];
}