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