Arkade_S3_Helper_Data::getSecretKey PHP Method

getSecretKey() public method

Returns the AWS secret key.
public getSecretKey ( ) : string
return string
    public function getSecretKey()
    {
        return Mage::getStoreConfig('arkade_s3/general/secret_key');
    }