S3_Uploads::__construct PHP Method

__construct() public method

public __construct ( $bucket, $key, $secret, $bucket_url = null, $region = null )
    public function __construct($bucket, $key, $secret, $bucket_url = null, $region = null)
    {
        $this->bucket = $bucket;
        $this->key = $key;
        $this->secret = $secret;
        $this->bucket_url = $bucket_url;
        $this->region = $region;
    }