Vinelab / cdn

CDN Assets Manager Package for Laravel.
MIT License
216 stars 71 forks source link

Miss configuration : region #99

Open texan2024 opened 8 years ago

texan2024 commented 8 years ago

Hi,

I am seeing [vinelab\cdn\exception\missingconfigurationexception] Missed configuration: region.

I saw that error when I tried to push : php artisan cdn:push Also, when I tried to load the files from S3 via webpage.

My setup is: 'region' => '',

I also tried to enter : 'region' => 'us-east-1',

It still didn't work. Thanks.

Mulkave commented 8 years ago

can you please send all of the config from within your file? probably having at the wrong level of the array.