You are here

public function PresignedPath::__construct in AmazonS3 7.2

Parameters

string $pattern:

int $timeout:

Overrides BasicPath::__construct

File

src/Matchable/PresignedPath.php, line 40

Class

PresignedPath
@class PresignedPath @package Drupal\amazons3

Namespace

Drupal\amazons3\Matchable

Code

public function __construct($pattern, $timeout) {
  $this->pattern = $pattern;
  $this->timeout = $timeout;
}