File: /var/www/vhosts/uat-api.tsprojects.net/admin.plotterbox.tsprojects.net/config/cloudfront.php
<?php
return [
/**
* IAM Credentials from AWS.
*/
'credentials' => [
'key' => env('AWS_ACCESS_KEY_ID','AKIATA7373MN3OCJQDOK'),
'secret' => env('AWS_SECRET_ACCESS_KEY','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'),
],
////20-10-2022 shaila line 12 comment and line number 15 added
// 'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
'region' => env('AWS_DEFAULT_REGION', 'ap-southeast-1'),
/**
* Specify the version of the CloudFront API you would like to use.
* Please only adjust this value if you know what you are doing.
*/
'version' => 'latest',
/**
* Specify the CloudFront Distribution ID.
* Example format: EBCYQAQALNSKL.
*/
'distribution_id' => env('AWS_CLOUDFRONT_DISTRIBUTION_ID'),
];