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