HEX
Server: Apache
System: Linux 162-241-121-228.webhostbox.net 3.10.0-862.3.2.el7.x86_64 #1 SMP Mon May 21 23:36:36 UTC 2018 x86_64
User: apiuattsproject (10003)
PHP: 8.2.31
Disabled: opcache_get_status
Upload Files
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'),

];