You are here

public function StreamWrapperConfiguration::getSaveAsPaths in AmazonS3 7.2

Return the paths to force to download instead of viewing in the browser.

Return value

MatchablePaths

File

src/StreamWrapperConfiguration.php, line 222

Class

StreamWrapperConfiguration
Class to manage S3 stream wrapper configuration.

Namespace

Drupal\amazons3

Code

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