Skip to content

Commit

Permalink
Updated amazon S3 storage driver folder separator character
Browse files Browse the repository at this point in the history
  • Loading branch information
Inaki Anduaga committed Jan 29, 2015
1 parent e0a801d commit 5630bab
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/Drivers/AwsS3.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,14 @@
*/
class AwsS3 extends AbstractDriver {

protected $directorySeparator = '_';
/**
* {@inheritDoc}
*
* virtual folders on S3 use /
*
* @var string
*/
protected $directorySeparator = '/';

protected $configKey = 'inakianduaga/eloquent-external-storage::awsS3';

Expand Down

0 comments on commit 5630bab

Please sign in to comment.