Home
last modified time | relevance | path

Searched refs:_s3_document (Results 1 – 1 of 1) sorted by relevance

/dports/www/hotcrp/hotcrp-2.102/src/
H A Dconference.php127 private $_s3_document = false; variable in Conf
331 if ($this->_s3_document
333 …|| !$this->_s3_document->check_key_secret_bucket($this->settingTexts["s3_key"], $this->settingText…
334 $this->_s3_document = false;
702 if ($this->_s3_document === false) {
709 $this->_s3_document = S3Document::make($opts);
710 list($scope, $signing_key) = $this->_s3_document->scope_and_signing_key($Now);
716 $this->_s3_document = null;
718 return $this->_s3_document;