You are here

public function PresignedPath::getTimeout in AmazonS3 7.2

Return value

int

File

src/Matchable/PresignedPath.php, line 55

Class

PresignedPath
@class PresignedPath @package Drupal\amazons3

Namespace

Drupal\amazons3\Matchable

Code

public function getTimeout() {
  return $this->timeout;
}