Quick tip: Reduce your Docker Image size when using the League Flysystem s3 adapter
Flysystem is a fantastic library to interact with the filesystem and adding support for interacting with an S3 bucket is very easy, but it comes with the downside of having to include the massive AWS PHP SDK. Let's fix that!