Exemple #1
0
 /**
  * Set AWS access key and secret key
  *
  * @param string $accessKey Access key
  * @param string $secretKey Secret key
  * @return void
  */
 public static function setAuth($accessKey, $secretKey)
 {
     self::$__accessKey = $accessKey;
     self::$__secretKey = $secretKey;
 }