bucket; } protected function setBucket($bucket) { $this->bucket = $bucket; } protected function getAccessKey() { return $this->accessKey; } protected function setAccessKey($accessKey) { $this->accessKey = $accessKey; } protected function getSecretKey() { return $this->secretKey; } protected function setSecretKey($secretKey) { $this->secretKey = $secretKey; } }