Skip to content

Commit

Permalink
Set default endpoint config to null
Browse files Browse the repository at this point in the history
The S3Client does not require an endpoint attribute by default. Passing null is the most sensible default to get this package working out of the box.
  • Loading branch information
markokeeffe authored Mar 28, 2018
1 parent c858644 commit 7f24a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/cdn.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
| https://www.digitalocean.com/community/questions/how-to-use-digitalocean-spaces-with-the-aws-s3-sdks?answer=39594
|
*/
'endpoint' => '',
'endpoint' => null,

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 7f24a0c

Please sign in to comment.