ACCESS KEY CHANGED
This commit is contained in:
parent
d7a98a67b9
commit
ed36b12ff3
@ -92,6 +92,7 @@ defined('ROUTE_LOGIN') OR define('ROUTE_LOGIN', 'getFullPDDetails'); // n
|
|||||||
/*********************AWS resources Constants*************************************************/
|
/*********************AWS resources Constants*************************************************/
|
||||||
defined('PROFILE_PICTURE_BUCKET_NAME') OR define('PROFILE_PICTURE_BUCKET_NAME','sineedgedevprofilepic');
|
defined('PROFILE_PICTURE_BUCKET_NAME') OR define('PROFILE_PICTURE_BUCKET_NAME','sineedgedevprofilepic');
|
||||||
defined('LENDER_BUCKET_NAME_PREFIX') OR define('LENDER_BUCKET_NAME_PREFIX','lender');
|
defined('LENDER_BUCKET_NAME_PREFIX') OR define('LENDER_BUCKET_NAME_PREFIX','lender');
|
||||||
|
defined('TEMPLATE_BUCKET_NAME') OR define('TEMPLATE_BUCKET_NAME','dev_templates');
|
||||||
/*********************END of AWS resources Constants*************************************************/
|
/*********************END of AWS resources Constants*************************************************/
|
||||||
|
|
||||||
/*******************Constants PD status*********************************/
|
/*******************Constants PD status*********************************/
|
||||||
|
|||||||
@ -11,8 +11,8 @@ class AWS_S3
|
|||||||
private $S3;
|
private $S3;
|
||||||
private $name = "TEST";
|
private $name = "TEST";
|
||||||
private $s3_properties = array('region'=>'ap-south-1','version'=>'latest','credentials' => array(
|
private $s3_properties = array('region'=>'ap-south-1','version'=>'latest','credentials' => array(
|
||||||
'key' => 'AKIAJCUXIQE32HVETEOQ',
|
'key' => 'AKIAJ3QDSPT3LDSWRYUQ',
|
||||||
'secret' => 'dUUatvWE3Gz4UiFdQEiMM+KutlJ20E1JNBA0XBsc',
|
'secret' => 'j5OmxmlruI3elbQH7d7sznR3u6hcfhCsehUJS/bV',
|
||||||
));
|
));
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
|
|||||||
@ -11,8 +11,8 @@ class AWS_SES
|
|||||||
private $SES;
|
private $SES;
|
||||||
private $name = "TEST";
|
private $name = "TEST";
|
||||||
private $ses_properties = array('region'=>'us-east-1','version'=>'latest','credentials' => array(
|
private $ses_properties = array('region'=>'us-east-1','version'=>'latest','credentials' => array(
|
||||||
'key' => 'AKIAJCUXIQE32HVETEOQ',
|
'key' => 'AKIAJ3QDSPT3LDSWRYUQ',
|
||||||
'secret' => 'dUUatvWE3Gz4UiFdQEiMM+KutlJ20E1JNBA0XBsc',
|
'secret' => 'j5OmxmlruI3elbQH7d7sznR3u6hcfhCsehUJS/bV',
|
||||||
));
|
));
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
@ -21,7 +21,7 @@ class AWS_SES
|
|||||||
|
|
||||||
//echo "listAllBuckets";
|
//echo "listAllBuckets";
|
||||||
$this->SES = SesClient::factory($this->ses_properties);
|
$this->SES = SesClient::factory($this->ses_properties);
|
||||||
//$this->verifyEmailAddress();
|
//$this->verifyEmailIdentity();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -11,8 +11,8 @@ class AWS_SNS
|
|||||||
private $sns;
|
private $sns;
|
||||||
|
|
||||||
private $sns_properties = array('region'=>'us-east-1','version'=>'latest','credentials' => array(
|
private $sns_properties = array('region'=>'us-east-1','version'=>'latest','credentials' => array(
|
||||||
'key' => 'AKIAJCUXIQE32HVETEOQ',
|
'key' => 'AKIAJ3QDSPT3LDSWRYUQ',
|
||||||
'secret' => 'dUUatvWE3Gz4UiFdQEiMM+KutlJ20E1JNBA0XBsc',
|
'secret' => 'j5OmxmlruI3elbQH7d7sznR3u6hcfhCsehUJS/bV',
|
||||||
));
|
));
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user