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\MatchableCode
public function getTimeout() {
return $this->timeout;
}