Skip to content

Instantly share code, notes, and snippets.

@uzegonemad
Created May 6, 2015 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uzegonemad/8bd1a51844621cea607f to your computer and use it in GitHub Desktop.
Save uzegonemad/8bd1a51844621cea607f to your computer and use it in GitHub Desktop.
Laravel 5 expose S3 driver
<?php
$storage = \Storage::disk('s3')->getDriver()->getAdapter()->getClient();
dd($storage);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment