Using the Object storage service with PHP Laravel filesystems for S3.

The default laravel S3 configuration does not allow us to set the endpoint option which is required since we are not actually using AWS S3 but the NodeChef object storage service which is S3 compatible.

To configure for Laravel, follow the below steps.