bucket = $bucket; $this->endpoint = $endpoint; $this->region = $region; $this->version = $version; } /** * @return string * @since 29.0.16 */ public function getBucket(): string { return $this->bucket; } /** * @return string * @since 29.0.16 */ public function getEndpoint(): string { return $this->endpoint; } /** * @return string * @since 29.0.16 */ public function getRegion(): string { return $this->region; } /** * @return string * @since 29.0.16 */ public function getVersion(): string { return $this->version; } }