1up-lab / OneupFlysystemBundle

A Flysystem integration for your Symfony projects.
MIT License
630 stars 118 forks source link

Use valid default for AWS S3 prefix #233

Closed mbabker closed 3 years ago

mbabker commented 3 years ago

The constructor for League\Flysystem\AwsS3V3\AwsS3V3Adapter has a non-nullable $prefix parameter which defaults to an empty string. The configuration tree for the S3 adapter isn't compatible with that signature by using a null value by default, so this PR updates the config to match the class' requirements.

bytehead commented 3 years ago

Thank you!

bytehead commented 3 years ago

4.0.4 is out! 🎉